Lines Matching refs:stabsect
3284 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
3416 stabsect = bfd_get_section_by_name (sym_bfd, stab_name); in stabsect_build_psymtabs()
3419 if (!stabsect) in stabsect_build_psymtabs()
3437 DBX_SYMCOUNT (objfile) = bfd_section_size (sym_bfd, stabsect) in stabsect_build_psymtabs()
3440 …DBX_SYMTAB_OFFSET (objfile) = stabsect->filepos; /* XXX - FIXME: POKING INSIDE BFD DATA STRUCTURES… in stabsect_build_psymtabs()