Searched refs:ELF64BE (Results 1 – 3 of 3) sorted by relevance
83 typedef ELFType<support::big, true> ELF64BE; typedef
628 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local629 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
162 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef163 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()