Home | History | Annotate | Download | only in bfd

Lines Matching full:debug_strtab

103   struct bfd_strtab_hash *debug_strtab;
587 if (ret->debug_strtab)
588 _bfd_stringtab_free (ret->debug_strtab);
610 ret->debug_strtab = _bfd_xcoff_stringtab_init ();
613 if (!ret->debug_strtab || !ret->archive_info)
3647 struct bfd_strtab_hash *debug_strtab;
3827 debug_strtab = xcoff_hash_table (info)->debug_strtab;
3932 indx = _bfd_stringtab_add (debug_strtab, name, TRUE, TRUE);
3971 _bfd_stringtab_size (debug_strtab);
6414 struct bfd_strtab_hash *debug_strtab;
6416 debug_strtab = xcoff_hash_table (info)->debug_strtab;
6418 >= _bfd_stringtab_size (debug_strtab));
6422 if (! _bfd_stringtab_emit (abfd, debug_strtab))