Searched defs:Elf_Rel (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp104 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in class:__anon12681::ELFState
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
392 Elf_Rel REntry;
/external/llvm/include/llvm/Object/
H A DELF.h48 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in class:llvm::object::ELFFile
91 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
163 const Elf_Rel *rel_begin(const Elf_Shdr *sec) const {
164 if (sec->sh_entsize != sizeof(Elf_Rel))
166 return reinterpret_cast<const Elf_Rel *>(base() + sec->sh_offset);
169 const Elf_Rel *rel_end(const Elf_Shdr *sec) const {
171 if (Size % sizeof(Elf_Rel))
173 return rel_begin(sec) + Size / sizeof(Elf_Rel);
176 typedef iterator_range<const Elf_Rel *> Elf_Rel_Range;
308 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Re
[all...]
H A DELFObjectFile.h188 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in class:llvm::object::ELFObjectFile
302 const Elf_Rel *getRel(DataRefImpl Rel) const;
725 const typename ELFObjectFile<ELFT>::Elf_Rel *
728 return EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b >> 1);
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h310 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel; typedef in class:llvm::ARM::EHABI::PrinterContext
382 for (const Elf_Rel &R : ELF->rels(&Sec)) {
H A DELFDumper.cpp76 typedef typename ELFO::Elf_Rel Elf_Rel; typedef in class:__anon12657::ELFDumper
1197 for (const Elf_Rel &R : Obj->rels(Sec)) {
1698 typedef typename ELFO::Elf_Rel Elf_Rel; typedef in class:__anon12660::MipsGOTParser
1906 for (const Elf_Rel *RI = Obj->rel_begin(PLTRelShdr),
/external/valgrind/VEX/unused/
H A 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);
427 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp47 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in class:__anon11900::DyldELFObject

Completed in 125 milliseconds