Home
last modified time | relevance | path

Searched refs:stabstrsect (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dcoffread.c66 asection *stabstrsect; /* Section pointer for .stab section. */ member
230 csi->stabstrsect = sectp; in coff_locate_sections()
621 if (!info->stabstrsect) in coff_symfile_read()
632 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
637 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
H A Ddbxread.c3545 asection *stabstrsect; in stabsect_build_psymtabs() local
3550 stabstrsect = bfd_get_section_by_name (sym_bfd, stabstr_name); in stabsect_build_psymtabs()
3555 if (!stabstrsect) in stabsect_build_psymtabs()
3572 DBX_STRINGTAB_SIZE (objfile) = bfd_section_size (sym_bfd, stabstrsect); in stabsect_build_psymtabs()
3588 stabstrsect, /* bfd section */ in stabsect_build_psymtabs()