Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dcoffread.c60 asection *stabstrsect; /* Section pointer for .stab section */ member
214 csi->stabstrsect = sectp; in coff_locate_sections()
617 if (!info->stabstrsect) in coff_symfile_read()
629 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
635 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
Ddbxread.c3505 asection *stabstrsect; in stabsect_build_psymtabs() local
3509 stabstrsect = bfd_get_section_by_name (sym_bfd, stabstr_name); in stabsect_build_psymtabs()
3514 if (!stabstrsect) in stabsect_build_psymtabs()
3531 DBX_STRINGTAB_SIZE (objfile) = bfd_section_size (sym_bfd, stabstrsect); in stabsect_build_psymtabs()
3543 stabstrsect, /* bfd section */ in stabsect_build_psymtabs()