Home
last modified time | relevance | path

Searched refs:Rel (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Delf_traits.h23 typedef Elf32_Rel Rel; typedef
47 typedef Elf64_Rel Rel; typedef
Dcrazy_linker_elf_relocations.cpp275 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(plt_relocations_), in ApplyAll()
276 plt_relocations_size_ / sizeof(ELF::Rel), in ApplyAll()
281 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(relocations_), in ApplyAll()
282 relocations_size_ / sizeof(ELF::Rel), in ApplyAll()
389 bool ElfRelocations::ApplyRelReloc(const ELF::Rel* rel, in ApplyRelReloc()
550 bool ElfRelocations::ApplyRelRelocs(const ELF::Rel* rel, in ApplyRelRelocs()
770 const ELF::Rel* rel = reinterpret_cast<ELF::Rel*>(relocations_); in RelocateRel()
771 const size_t relocations_count = relocations_size_ / sizeof(ELF::Rel); in RelocateRel()
772 const ELF::Rel* rel_limit = rel + relocations_count; in RelocateRel()
Dcrazy_linker_elf_relocations.h70 bool ApplyRelReloc(const ELF::Rel* rel,
79 bool ApplyRelRelocs(const ELF::Rel* relocs,