Home
last modified time | relevance | path

Searched refs:stabsect (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDdbxread.c3375 struct stab_section_list *stabsect; in coffstab_build_psymtabs() local
3378 for (stabsect = stabsects; stabsect != NULL; stabsect = stabsect->next) in coffstab_build_psymtabs()
3380 stabsize = bfd_section_size (sym_bfd, stabsect->section); in coffstab_build_psymtabs()
3415 asection *stabsect, in elfstab_build_psymtabs() argument
3435 = bfd_section_size (objfile->obfd, stabsect) / DBX_SYMBOL_SIZE (objfile); in elfstab_build_psymtabs()
3437 DBX_SYMTAB_OFFSET (objfile) = stabsect->filepos; in elfstab_build_psymtabs()
3438 DBX_STAB_SECTION (objfile) = stabsect; in elfstab_build_psymtabs()
3463 symbuf_left = bfd_section_size (objfile->obfd, stabsect); in elfstab_build_psymtabs()
3464 stabs_data = symfile_relocate_debug_section (objfile->obfd, stabsect, NULL); in elfstab_build_psymtabs()
3504 asection *stabsect; in stabsect_build_psymtabs() local
[all …]
HDelfread.c51 asection *stabsect; /* Section pointer for .stab section */ member
95 ei->stabsect = sectp; in elf_locate_sections()
591 if (ei.stabsect) in elf_symfile_read()
603 ei.stabsect, in elf_symfile_read()
HDstabsread.h180 asection *stabsect,
/NextBSD/contrib/binutils/binutils/
HDobjdump.c2194 asection *stabsect; in read_section_stabs() local
2198 stabsect = bfd_get_section_by_name (abfd, sect_name); in read_section_stabs()
2199 if (stabsect == NULL) in read_section_stabs()
2205 size = bfd_section_size (abfd, stabsect); in read_section_stabs()
2208 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size)) in read_section_stabs()