>> You can get the type with >> >> RI.getType(IsMips64EL) >> >> Why the extra argument? > > I either need to pass Type or IsMips64EL, right? you can do bool IsMips64EL = File.getObj().isMips64EL(); /me so wishes mips would fix their ELF variant. Cheers, Rafael