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

/freebsd-10.1-release/contrib/binutils/binutils/
H A Drddbg.c125 bfd_size_type stabsize, strsize; local
130 stabsize = bfd_section_size (abfd, sec);
131 stabs = (bfd_byte *) xmalloc (stabsize);
132 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
161 for (stab = stabs; stab < stabs + stabsize; stab += 12)
201 && stab + 12 < stabs + stabsize)
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dsyms.c918 bfd_size_type stabsize, strsize; local
962 stabsize = (info->stabsec->rawsize
997 stabsize = (info->stabsec->rawsize
1004 info->stabs = bfd_alloc (abfd, stabsize);
1010 0, stabsize)
1082 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1097 if (stab + STABSIZE < info->stabs + stabsize
1128 i < info->indextablesize && stab < info->stabs + stabsize;
1171 if (stab + STABSIZE >= info->stabs + stabsize
1229 info->indextable[i].stab = info->stabs + stabsize;
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c3340 unsigned int stabsize;
3380 stabsize = bfd_section_size (sym_bfd, stabsects->section);
3381 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
3391 stabsize = bfd_section_size (sym_bfd, stabsect->section);
3392 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
3329 unsigned int stabsize; local

Completed in 68 milliseconds