Home | History | Annotate | Download | only in bfd

Lines Matching refs:stabstr

126 .  {* The first .stabstr section.  *}
127 . struct bfd_section *stabstr;
216 if (sinfo->stabstr == NULL)
233 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
235 if (sinfo->stabstr == NULL)
486 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
488 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
494 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
781 Write out the .stabstr section.
787 if (bfd_is_abs_section (sinfo->stabstr->output_section))
791 BFD_ASSERT ((sinfo->stabstr->output_offset
793 <= sinfo->stabstr->output_section->size);
796 (file_ptr) (sinfo->stabstr->output_section->filepos
797 + sinfo->stabstr->output_offset),