Searched refs:ELF32BE (Results 1 – 3 of 3) sorted by relevance
31 typedef ELFType<support::big, false> ELF32BE; typedef
428 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local429 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
163 typedef ELFType<support::big, false> ELF32BE; in createELFDebugObject() typedef164 DebugObj = createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), L, ec); in createELFDebugObject()