Searched defs:IsMips64EL (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.h | 1073 bool IsMips64EL = false; global() variable |
H A D | ELFObject.cpp | 954 writeRel(const RelRange & Relocations,T * Buf,bool IsMips64EL) writeRel() argument |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ | ||
H A D | ELFDumper.cpp | 195 : Type(R.getType(IsMips64EL)), Symbol(R.getSymbol(IsMips64EL)), in Relocation() argument |