Searched refs:Rel (Results 1 – 3 of 3) sorted by relevance
23 typedef Elf32_Rel Rel; typedef47 typedef Elf64_Rel Rel; typedef
275 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()
70 bool ApplyRelReloc(const ELF::Rel* rel,79 bool ApplyRelRelocs(const ELF::Rel* relocs,