Searched refs:ELF64BE (Results 1 – 3 of 3) sorted by relevance
33 typedef ELFType<support::big, true> ELF64BE; typedef
430 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local431 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
166 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef167 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), L, ec); in createELFDebugObject()