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