Searched refs:stabstr (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstabs.c188 if (sinfo->stabstr == NULL)
205 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
207 if (sinfo->stabstr == NULL)
455 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
457 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
463 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
727 /* Write out the .stabstr section. */
732 if (bfd_is_abs_section (sinfo->stabstr->output_section))
736 BFD_ASSERT ((sinfo->stabstr
[all...]
H A Dcofflink.c570 optimize the handling of any .stab/.stabstr sections. */
576 asection *stabstr; local
578 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
580 if (stabstr != NULL)
606 stab, stabstr,
1088 if (coff_hash_table (info)->stab_info.stabstr != NULL)
H A Dbfd-in.h500 /* The first .stabstr section. */
501 struct bfd_section *stabstr;
495 struct bfd_section *stabstr; member in struct:stab_info
H A Delflink.c4735 of the .stab/.stabstr sections. */
4741 asection *stabstr;
4743 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
4744 if (stabstr != NULL)
4760 stabstr, &secdata->sec_info,
10307 if (elf_hash_table (info)->stab_info.stabstr == o)
10344 if (elf_hash_table (info)->stab_info.stabstr != NULL)
4732 asection *stabstr; local
H A Dcoff-ppc.c2496 if (coff_hash_table (info)->stab_info.stabstr != NULL)
H A Dbfd-in2.h507 /* The first .stabstr section. */
508 struct bfd_section *stabstr;
502 struct bfd_section *stabstr; member in struct:stab_info
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x99 .stabstr 0 : { *(.stabstr) }
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x99 .stabstr 0 : { *(.stabstr) }
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h513 /* The first .stabstr section. */
514 struct bfd_section *stabstr;
508 struct bfd_section *stabstr; member in struct:stab_info

Completed in 278 milliseconds