Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoffread.c55 asection *stabstrsect = nullptr; /* Section pointer for .stab section. */ member
236 csi->stabstrsect = sectp; in coff_locate_sections()
703 if (!info->stabstrsect) in coff_symfile_read()
712 stabstrsize = bfd_section_size (info->stabstrsect); in coff_symfile_read()
717 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
Ddbxread.c3166 asection *stabstrsect; in stabsect_build_psymtabs() local
3170 stabstrsect = bfd_get_section_by_name (sym_bfd, stabstr_name); in stabsect_build_psymtabs()
3175 if (!stabstrsect) in stabsect_build_psymtabs()
3191 DBX_STRINGTAB_SIZE (objfile) = bfd_section_size (stabstrsect); in stabsect_build_psymtabs()
3207 stabstrsect, /* bfd section */ in stabsect_build_psymtabs()