Lines Matching defs:rel_section
2669 Section *rel_section = section_list->FindSectionByID(rel_id).get();
2670 if (!rel_section)
2687 if (!ReadSectionData(rel_section, rel_data))
2709 Section *rel_section) {
2718 data_buffer->GetBytes() + rel_section->GetFileOffset() +
2727 Section *rel_section, bool is_signed) {
2745 data_buffer->GetBytes() + rel_section->GetFileOffset() +
2753 Section *rel_section) {
2768 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() +
2793 DataExtractor &debug_data, Section *rel_section) {
2812 rel_section->GetName().AsCString(), i);
2822 ApplyELF32ABS32RelRelocation(symtab, rel, debug_data, rel_section);
2827 rel_section->GetName().AsCString(), i,
2840 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel);
2857 rel_section->GetName().AsCString(), i,
2865 rel_section->GetName().AsCString(), i,
2882 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2885 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2894 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2897 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);
2906 ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
2909 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section,
2913 ApplyELF64ABS32Relocation(symtab, rel, debug_data, rel_section, true);