Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Ddbxread.c3322 struct stab_section_list *stabsects, in coffstab_build_psymtabs() argument
3367 if (stabsects->next == NULL) in coffstab_build_psymtabs()
3369 stabsize = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs()
3371 DBX_SYMTAB_OFFSET (objfile) = stabsects->section->filepos; in coffstab_build_psymtabs()
3378 for (stabsect = stabsects; stabsect != NULL; stabsect = stabsect->next) in coffstab_build_psymtabs()
3384 DBX_SYMTAB_OFFSET (objfile) = stabsects->section->filepos; in coffstab_build_psymtabs()
3386 symbuf_sections = stabsects->next; in coffstab_build_psymtabs()
3387 symbuf_left = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs()
Dcoffread.c59 struct stab_section_list *stabsects; /* .stab sections. */ member
233 for (pn = &csi->stabsects; *pn != NULL; pn = &(*pn)->next) in coff_locate_sections()
615 if (info->stabsects) in coff_symfile_read()
634 info->stabsects, in coff_symfile_read()