Searched refs:rel_section (Results 1 – 4 of 4) sorted by relevance
1071 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata"); in pe_print_idata() local1123 if (rel_section != 0 && rel_section->size != 0) in pe_print_idata()1138 if (!bfd_malloc_and_get_section (abfd, rel_section, &data)) in pe_print_idata()1145 offset = abfd->start_address - rel_section->vma; in pe_print_idata()1147 if (offset >= rel_section->size || offset + 8 > rel_section->size) in pe_print_idata()
1938 bss_section and rel_section from existing sections.6271 section if the rel_section field has been set up.
316 lldb_private::Section *rel_section);
2626 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local2627 if (!rel_section) in ParseTrampolineSymbols()2644 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()2668 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument2714 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()2741 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()