Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1064 bool IsMips64EL = false; variable
H A DELFObject.cpp941 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp191 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation()
195 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation()
4549 const bool IsMips64EL = this->Obj.isMips64EL(); in printDynamicRelocationsHelper() local
5913 const bool IsMips64EL = this->Obj.isMips64EL(); in forEachRelocationDo() local