Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDELFTypes.h32 typedef ELFType<support::little, true> ELF64LE; typedef
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp426 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local
427 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp169 typedef ELFType<support::little, true> ELF64LE; in createELFDebugObject() typedef
170 DebugObj = createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), L, ec); in createELFDebugObject()