HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Rel (Results 1 - 15 of 15) sorted by null

  /external/syslinux/com32/include/sys/i386/
module.h 32 typedef Elf32_Rel Elf_Rel;
  /external/syslinux/com32/include/sys/x86_64/
module.h 32 typedef Elf64_Rel Elf_Rel;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 82 typedef Elf32_Rel Elf_Rel;
723 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelOffset);
880 Elf_Rel *Rel;
896 Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx);
    [all...]
Elf64Convert.c 82 typedef Elf64_Rel Elf_Rel;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 104 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel;
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
392 Elf_Rel REntry;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 50 typedef typename ELFT::Rel Elf_Rel;
102 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
315 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
ELFObjectFile.h 209 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel;
332 const Elf_Rel *getRel(DataRefImpl Rel) const;
811 const typename ELFObjectFile<ELFT>::Elf_Rel *
814 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 50 typedef typename ELFT::Rel Elf_Rel;
102 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
315 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
ELFObjectFile.h 209 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel;
332 const Elf_Rel *getRel(DataRefImpl Rel) const;
811 const typename ELFObjectFile<ELFT>::Elf_Rel *
814 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 48 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel;
96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
154 const Elf_Rel *rel_begin(const Elf_Shdr *sec) const {
155 if (sec->sh_entsize != sizeof(Elf_Rel))
157 return reinterpret_cast<const Elf_Rel *>(base() + sec->sh_offset);
160 const Elf_Rel *rel_end(const Elf_Shdr *sec) const {
162 if (Size % sizeof(Elf_Rel))
164 return rel_begin(sec) + Size / sizeof(Elf_Rel);
306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel,
ELFObjectFile.h 197 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel;
310 const Elf_Rel *getRel(DataRefImpl Rel) const;
738 const typename ELFObjectFile<ELFT>::Elf_Rel *
741 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 311 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel;
390 for (const Elf_Rel &R : ELF->rels(&Sec)) {
ELFDumper.cpp 57 typedef typename ELFO::Elf_Rel Elf_Rel; \
137 typedef typename ELFO::Elf_Rel Elf_Rel;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 40 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 263 typedef Elf_Rel_Impl<target_endianness, is64Bits, false> Elf_Rel;
319 const Elf_Rel *getRel(DataRefImpl Rel) const;
    [all...]

Completed in 240 milliseconds