HomeSort by relevance Sort by last modified time
    Searched refs:ELF32LE (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsAbiFlags.cpp 25 typedef llvm::object::ELFType<llvm::support::little, false> ELF32LE;
26 typedef llvm::object::Elf_Mips_ABIFlags<ELF32LE> ElfMipsAbiFlags;
  /external/llvm/include/llvm/Object/
ELFTypes.h 29 typedef ELFType<support::little, false> ELF32LE;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 495 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj))
496 return getRelocationValueString(ELF32LE, Rel, Result);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 161 typedef ELFType<support::little, false> ELF32LE;
162 DebugObj = createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L,
    [all...]

Completed in 466 milliseconds