Home
last modified time | relevance | path

Searched refs:rel_section (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A DpeXXigen.c1071 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata"); in pe_print_idata() local
1123 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()
H A DChangeLog-96971938 bss_section and rel_section from existing sections.
6271 section if the rel_section field has been set up.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h316 lldb_private::Section *rel_section);
H A DObjectFileELF.cpp2626 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2627 if (!rel_section) in ParseTrampolineSymbols()
2644 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2668 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2714 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()
2741 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()