Home
last modified time | relevance | path

Searched defs:IsMips64EL (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1192 bool IsMips64EL = false; global() variable
H A DELFObject.cpp976 writeRel(const RelRange & Relocations,T * Buf,bool IsMips64EL) writeRel() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() argument
198 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() argument
4930 const bool IsMips64EL = this->Obj.isMips64EL(); printDynamicRelocationsHelper() local
6448 const bool IsMips64EL = this->Obj.isMips64EL(); forEachRelocationDo() local
[all...]