Home | History | Annotate | Download | only in bfd

Lines Matching defs:stab

4825      of the .stab/.stabstr sections.  */
4837 asection *stab;
4839 for (stab = abfd->sections; stab; stab = stab->next)
4840 if (CONST_STRNEQ (stab->name, ".stab")
4841 && (!stab->name[5] ||
4842 (stab->name[5] == '.' && ISDIGIT (stab->name[6])))
4843 && (stab->flags & SEC_MERGE) == 0
4844 && !bfd_is_abs_section (stab->output_section))
4848 secdata = elf_section_data (stab);
4849 if (! _bfd_link_section_stabs (abfd, &htab->stab_info, stab,
4854 stab
12663 o = bfd_get_section_by_name (output_bfd, ".stab");