Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h48 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef
96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
154 const Elf_Rel *rel_begin(const Elf_Shdr *sec) const { in rel_begin()
155 if (sec->sh_entsize != sizeof(Elf_Rel)) in rel_begin()
157 return reinterpret_cast<const Elf_Rel *>(base() + sec->sh_offset); in rel_begin()
160 const Elf_Rel *rel_end(const Elf_Shdr *sec) const { in rel_end()
162 if (Size % sizeof(Elf_Rel)) in rel_end()
164 return rel_begin(sec) + Size / sizeof(Elf_Rel); in rel_end()
306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
DELFObjectFile.h197 typedef typename ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef
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); in getRel()
/external/syslinux/com32/include/sys/x86_64/
Dmodule.h32 typedef Elf64_Rel Elf_Rel; typedef
/external/syslinux/com32/include/sys/i386/
Dmodule.h32 typedef Elf32_Rel Elf_Rel; typedef
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp104 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel; typedef in __anon349965f40311::ELFState
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
392 Elf_Rel REntry; in writeSectionContent()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h311 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel; typedef
390 for (const Elf_Rel &R : ELF->rels(&Sec)) { in FindExceptionTable()
DELFDumper.cpp57 typedef typename ELFO::Elf_Rel Elf_Rel; \
137 typedef typename ELFO::Elf_Rel Elf_Rel; typedef in __anon908976db0111::ELFDumper
1426 DynPLTRelRegion.EntSize = sizeof(Elf_Rel); in parseDynamicTable()
1449 return DynRelRegion.getAsArrayRef<Elf_Rel>(); in dyn_rels()
1882 typedef typename ELFO::Elf_Rel Elf_Rel; typedef in __anon908976db0511::MipsGOTParser
2070 for (const Elf_Rel *RI = Obj->rel_begin(PLTRelShdr), in parsePLT()
3028 for (const Elf_Rel &Rel : this->dumper()->dyn_rels()) { in printDynamicRelocations()
3048 for (const Elf_Rel &Rel : DynPLTRelRegion.getAsArrayRef<Elf_Rel>()) { in printDynamicRelocations()
3270 for (const Elf_Rel &R : Obj->rels(Sec)) { in printRelocations()
3465 for (const Elf_Rel &Rel : this->dumper()->dyn_rels()) { in printDynamicRelocations()
[all …]
/external/syslinux/com32/lib/sys/module/
Delf_module.c110 extern int perform_relocation(struct elf_module *module, Elf_Rel *rel);
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c191 int perform_relocation(struct elf_module *module, Elf_Rel *rel) { in perform_relocation()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c191 int perform_relocation(struct elf_module *module, Elf_Rel *rel) { in perform_relocation()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp263 typedef Elf_Rel_Impl<target_endianness, is64Bits, false> Elf_Rel; typedef in __anon799c93cf0611::ELFObjectFile
319 const Elf_Rel *getRel(DataRefImpl Rel) const;
1314 const typename ELFObjectFile<target_endianness, is64Bits>::Elf_Rel *
1316 return getEntry<Elf_Rel>(Rel.w.b, Rel.w.c); in getRel()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp40 typedef Elf_Rel_Impl<ELFT, false> Elf_Rel; typedef in __anon1dfc8c300111::DyldELFObject