Searched refs:rel_section (Results 1 – 2 of 2) sorted by relevance
2669 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local2670 if (!rel_section) in ParseTrampolineSymbols()2687 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()2709 Section *rel_section) { in ApplyELF64ABS64Relocation() argument2718 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()2727 Section *rel_section, bool is_signed) { in ApplyELF64ABS32Relocation() argument2745 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()2753 Section *rel_section) { in ApplyELF32ABS32RelRelocation() argument2768 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()2793 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument[all …]
329 lldb_private::Section *rel_section);