Lines Matching refs:rel_section
2587 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2588 if (!rel_section) in ParseTrampolineSymbols()
2605 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2627 Section *rel_section) { in ApplyELF64ABS64Relocation() argument
2636 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2645 Section *rel_section, bool is_signed) { in ApplyELF64ABS32Relocation() argument
2663 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2671 Section *rel_section) { in ApplyELF32ABS32RelRelocation() argument
2686 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()
2711 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2730 rel_section->GetName().AsCString(), i); in ApplyRelocations()
2740 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2745 rel_section->GetName().AsCString(), i, in ApplyRelocations()
2758 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()
2775 rel_section->GetName().AsCString(), i, in ApplyRelocations()
2783 rel_section->GetName().AsCString(), i, in ApplyRelocations()
2800 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2803 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2812 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2815 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()
2824 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section); in ApplyRelocations()
2827 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, in ApplyRelocations()
2831 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true); in ApplyRelocations()