Lines Matching defs:rel
157 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
164 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
171 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
178 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
185 unsigned ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
192 unsigned ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
199 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
206 unsigned ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64()
2467 ELFRelocation rel(rel_type); in ParsePLTRelocations() local
2601 ELFRelocation rel(rel_hdr->sh_type); in ApplyRelocations() local
2715 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections() local