Lines Matching refs:debug_strtab
103 struct bfd_strtab_hash *debug_strtab; member
584 if (ret->debug_strtab) in _bfd_xcoff_bfd_link_hash_table_free()
585 _bfd_stringtab_free (ret->debug_strtab); in _bfd_xcoff_bfd_link_hash_table_free()
607 ret->debug_strtab = _bfd_xcoff_stringtab_init (); in _bfd_xcoff_bfd_link_hash_table_create()
610 if (!ret->debug_strtab || !ret->archive_info) in _bfd_xcoff_bfd_link_hash_table_create()
3636 struct bfd_strtab_hash *debug_strtab; in bfd_xcoff_size_dynamic_sections() local
3816 debug_strtab = xcoff_hash_table (info)->debug_strtab; in bfd_xcoff_size_dynamic_sections()
3921 indx = _bfd_stringtab_add (debug_strtab, name, TRUE, TRUE); in bfd_xcoff_size_dynamic_sections()
3960 _bfd_stringtab_size (debug_strtab); in bfd_xcoff_size_dynamic_sections()
6402 struct bfd_strtab_hash *debug_strtab; in _bfd_xcoff_bfd_final_link() local
6404 debug_strtab = xcoff_hash_table (info)->debug_strtab; in _bfd_xcoff_bfd_final_link()
6406 >= _bfd_stringtab_size (debug_strtab)); in _bfd_xcoff_bfd_final_link()
6410 if (! _bfd_stringtab_emit (abfd, debug_strtab)) in _bfd_xcoff_bfd_final_link()