Searched refs:section_by_target_index (Results 1 – 13 of 13) sorted by relevance
292 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()
135 htab_t section_by_target_index; member
139 htab_t section_by_target_index; member
3074 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()
7085 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()
207 section_by_target_index hash tables.
7079 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()
213 section_by_target_index hash tables.
46092 section_by_target_index memory leak48893 section_by_target_index could be populated before this point but48897 section_by_target_index hash table when changing target_index.48968 (coff_section_from_bfd_index): Create section_by_target_index49109 … * libcoff-in.h (struct coff_tdata): Add section_by_index and section_by_target_index hash tables.