Lines Matching defs:rel
160 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
167 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
174 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
181 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
188 elf_addr ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
195 elf_addr ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
202 elf_sxword ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
209 elf_sxword ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64()
2496 ELFRelocation rel(rel_type); in ParsePLTRelocations() local
2625 static void ApplyELF64ABS64Relocation(Symtab *symtab, ELFRelocation &rel, in ApplyELF64ABS64Relocation()
2643 static void ApplyELF64ABS32Relocation(Symtab *symtab, ELFRelocation &rel, in ApplyELF64ABS32Relocation()
2669 static void ApplyELF32ABS32RelRelocation(Symtab *symtab, ELFRelocation &rel, in ApplyELF32ABS32RelRelocation()
2712 ELFRelocation rel(rel_hdr->sh_type); in ApplyRelocations() local
2869 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections() local