Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h80 typedef ELFType<support::little, false> ELF32LE; typedef
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp622 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getRelocationValueString() local
623 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp154 typedef ELFType<support::little, false> ELF32LE; in createELFDebugObject() typedef
155 DebugObj = createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()