Home
last modified time | relevance | path

Searched refs:section_by_target_index (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffgen.c292 if (td->section_by_target_index) in coff_object_cleanup()
293 htab_delete (td->section_by_target_index); in coff_object_cleanup()
477 htab_t table = coff_data (abfd)->section_by_target_index; in coff_section_from_bfd_index()
485 coff_data (abfd)->section_by_target_index = table; in coff_section_from_bfd_index()
3278 if (tdata->section_by_target_index) in _bfd_coff_free_cached_info()
3280 htab_delete (tdata->section_by_target_index); in _bfd_coff_free_cached_info()
3281 tdata->section_by_target_index = NULL; in _bfd_coff_free_cached_info()
Dlibcoff-in.h135 htab_t section_by_target_index; member
Dlibcoff.h139 htab_t section_by_target_index; member
Dcoffcode.h3074 if (coff_data (abfd)->section_by_target_index) in coff_compute_section_file_positions()
3075 htab_empty (coff_data (abfd)->section_by_target_index); in coff_compute_section_file_positions()
Dxcofflink.c7085 if (xcoff_data (abfd)->coff.section_by_target_index) in _bfd_xcoff_bfd_final_link()
7086 htab_empty (xcoff_data (abfd)->coff.section_by_target_index); in _bfd_xcoff_bfd_final_link()
DChangeLog207 section_by_target_index hash tables.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffgen.c292 if (td->section_by_target_index) in coff_object_cleanup()
293 htab_delete (td->section_by_target_index); in coff_object_cleanup()
477 htab_t table = coff_data (abfd)->section_by_target_index; in coff_section_from_bfd_index()
485 coff_data (abfd)->section_by_target_index = table; in coff_section_from_bfd_index()
3278 if (tdata->section_by_target_index) in _bfd_coff_free_cached_info()
3280 htab_delete (tdata->section_by_target_index); in _bfd_coff_free_cached_info()
3281 tdata->section_by_target_index = NULL; in _bfd_coff_free_cached_info()
Dlibcoff-in.h135 htab_t section_by_target_index; member
Dlibcoff.h139 htab_t section_by_target_index; member
Dcoffcode.h3074 if (coff_data (abfd)->section_by_target_index) in coff_compute_section_file_positions()
3075 htab_empty (coff_data (abfd)->section_by_target_index); in coff_compute_section_file_positions()
Dxcofflink.c7079 if (xcoff_data (abfd)->coff.section_by_target_index) in _bfd_xcoff_bfd_final_link()
7080 htab_empty (xcoff_data (abfd)->coff.section_by_target_index); in _bfd_xcoff_bfd_final_link()
DChangeLog213 section_by_target_index hash tables.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git46092 section_by_target_index memory leak
48893 section_by_target_index could be populated before this point but
48897 section_by_target_index hash table when changing target_index.
48968 (coff_section_from_bfd_index): Create section_by_target_index
49109 … * libcoff-in.h (struct coff_tdata): Add section_by_index and section_by_target_index hash tables.