Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c3284 struct stab_section_list *stabsect; in coffstab_build_psymtabs() local
3287 for (stabsect = stabsects; stabsect != NULL; stabsect = stabsect->next) in coffstab_build_psymtabs()
3289 stabsize = bfd_section_size (sym_bfd, stabsect->section); in coffstab_build_psymtabs()
3323 asection *stabsect, in elfstab_build_psymtabs() argument
3343 = bfd_section_size (objfile->obfd, stabsect) / DBX_SYMBOL_SIZE (objfile); in elfstab_build_psymtabs()
3345 DBX_SYMTAB_OFFSET (objfile) = stabsect->filepos; in elfstab_build_psymtabs()
3346 DBX_STAB_SECTION (objfile) = stabsect; in elfstab_build_psymtabs()
3371 symbuf_left = bfd_section_size (objfile->obfd, stabsect); in elfstab_build_psymtabs()
3372 stabs_data = symfile_relocate_debug_section (objfile->obfd, stabsect, NULL); in elfstab_build_psymtabs()
3412 asection *stabsect; in stabsect_build_psymtabs() local
[all …]
H A Delfread.c51 asection *stabsect; /* Section pointer for .stab section */ member
95 ei->stabsect = sectp; in elf_locate_sections()
562 if (ei.stabsect) in elf_symfile_read()
574 ei.stabsect, in elf_symfile_read()
H A Dstabsread.h180 asection *stabsect,
H A DChangeLog-19952159 (struct coff_symfile_info): Remove stabsect and stabindexsect
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c1903 asection *stabsect; in read_section_stabs() local
1907 stabsect = bfd_get_section_by_name (abfd, sect_name); in read_section_stabs()
1908 if (stabsect == NULL) in read_section_stabs()
1914 size = bfd_section_size (abfd, stabsect); in read_section_stabs()
1917 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size)) in read_section_stabs()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c2119 asection *stabsect; in read_section_stabs() local
2123 stabsect = bfd_get_section_by_name (abfd, sect_name); in read_section_stabs()
2124 if (stabsect == NULL) in read_section_stabs()
2130 size = bfd_section_size (abfd, stabsect); in read_section_stabs()
2133 if (! bfd_get_section_contents (abfd, stabsect, contents, 0, size)) in read_section_stabs()