Searched refs:stabsect (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dbxread.c | 3375 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 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() 3504 asection *stabsect; in stabsect_build_psymtabs() local 3508 stabsect = bfd_get_section_by_name (sym_bfd, stab_name); in stabsect_build_psymtabs() 3511 if (!stabsect) in stabsect_build_psymtabs() [all …]
|
| H A D | elfread.c | 51 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()
|
| H A D | stabsread.h | 180 asection *stabsect,
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objdump.c | 2194 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()
|