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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 47 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 106 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel;
340 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
361 Elf_Rel REntry;
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 48 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel;
126 const Elf_Rel *getRel(DataRefImpl Rel) const;
764 const typename ELFObjectFile<ELFT>::Elf_Rel *
766 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
    [all...]
ELF.h 129 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel;
139 typedef ELFEntityIterator<const Elf_Rel> Elf_Rel_Iter;
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 548 #define Elf_Rel Elf32_Rel
574 #define Elf_Rel Elf64_Rel

Completed in 47 milliseconds