Home
last modified time | relevance | path

Searched refs:stabsize (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drddbg.c119 bfd_size_type stabsize, strsize; in read_section_stabs_debugging_info() local
124 stabsize = bfd_section_size (abfd, sec); in read_section_stabs_debugging_info()
125 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info()
126 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info()
155 for (stab = stabs; stab < stabs + stabsize; stab += 12) in read_section_stabs_debugging_info()
195 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsyms.c910 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local
954 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
989 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
996 info->stabs = bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line()
1002 0, stabsize) in _bfd_stab_section_find_nearest_line()
1074 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1089 if (stab + STABSIZE < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1120 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
1163 if (stab + STABSIZE >= info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1221 info->indextable[i].stab = info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c3268 unsigned int stabsize; in coffstab_build_psymtabs() local
3308 stabsize = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs()
3309 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs()
3319 stabsize = bfd_section_size (sym_bfd, stabsect->section); in coffstab_build_psymtabs()
3320 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs()