Lines Matching defs:rel_section
2663 Section *rel_section = section_list->FindSectionByID(rel_id).get();
2664 if (!rel_section)
2681 if (!ReadSectionData(rel_section, rel_data))
2703 Section *rel_section) {
2712 data_buffer->GetBytes() + rel_section->GetFileOffset() +
2721 Section *rel_section, bool is_signed) {
2739 data_buffer->GetBytes() + rel_section->GetFileOffset() +
2747 Section *rel_section) {
2762 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() +
2787 DataExtractor &debug_data, Section *rel_section) {
2806 rel_section->GetName().AsCString(), i);
2816 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section);
2821 rel_section->GetName().AsCString(), i,
2834 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel);
2851 rel_section->GetName().AsCString(), i,
2859 rel_section->GetName().AsCString(), i,
2876 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2879 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2888 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2891 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2900 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2903 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section,
2907 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);