HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Rel (Results 151 - 163 of 163) sorted by null

1 2 3 4 5 67

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 768 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Rel);
769 const llvm::ELF::Elf64_Rel* relTab =
770 reinterpret_cast<const llvm::ELF::Elf64_Rel*>(pRegion.begin());
    [all...]
  /external/qemu/include/
elf.h 1206 typedef struct elf64_rel { struct
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 804 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
868 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 188 #define Elf_Rel Elf64_Rel
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 122 #define Elf_Rel Elf64_Rel
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 503 /* I have seen two different definitions of the Elf64_Rel and
512 } Elf64_Rel;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 498 /* I have seen two different definitions of the Elf64_Rel and
507 } Elf64_Rel;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 498 /* I have seen two different definitions of the Elf64_Rel and
507 } Elf64_Rel;
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c 497 /* I have seen two different definitions of the Elf64_Rel and
506 } Elf64_Rel;
    [all...]

Completed in 840 milliseconds

1 2 3 4 5 67