Home
last modified time | relevance | path

Searched refs:ELF32BE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDELFTypes.h31 typedef ELFType<support::big, false> ELF32BE; typedef
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp428 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local
429 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp163 typedef ELFType<support::big, false> ELF32BE; in createELFDebugObject() typedef
164 DebugObj = createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), L, ec); in createELFDebugObject()