Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp102 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in __anonfe6449970311::ELFState
354 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
375 Elf_Rel REntry; in writeSectionContent()
/external/valgrind/VEX/unused/
Dlinker.c122 #define Elf_Rel Elf64_Rel macro
137 #define Elf_Rel Elf32_Rel macro
426 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); in do_Elf_Rel_relocations()
427 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel); in do_Elf_Rel_relocations()
/external/llvm/include/llvm/Object/
DELFObjectFile.h66 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef
132 const Elf_Rel *getRel(DataRefImpl Rel) const;
782 const typename ELFObjectFile<ELFT>::Elf_Rel *
784 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b); in getRel()
DELF.h135 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef
145 typedef ELFEntityIterator<const Elf_Rel> Elf_Rel_Iter;
/external/valgrind/VEX/switchback/
Dlinker.c188 #define Elf_Rel Elf64_Rel
203 #define Elf_Rel Elf32_Rel
522 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset);
523 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp47 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in __anon5796c0730111::DyldELFObject