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

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drddbg.c119 bfd_size_type stabsize, strsize; local
124 stabsize = bfd_section_size (abfd, sec);
125 stabs = (bfd_byte *) xmalloc (stabsize);
126 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
155 for (stab = stabs; stab < stabs + stabsize; stab += 12)
195 && stab + 12 < stabs + stabsize)
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c124 bfd_size_type stabsize, strsize; local
129 stabsize = bfd_section_size (abfd, sec);
130 stabs = (bfd_byte *) xmalloc (stabsize);
131 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
160 for (stab = stabs; stab < stabs + stabsize; stab += 12)
200 && stab + 12 < stabs + stabsize)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsyms.c893 bfd_size_type stabsize, strsize; local
937 stabsize = info->stabsec->_raw_size;
968 stabsize = info->stabsec->_raw_size;
971 info->stabs = bfd_alloc (abfd, stabsize);
977 (bfd_vma) 0, stabsize)
1045 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1060 if (stab + STABSIZE < info->stabs + stabsize
1091 i < info->indextablesize && stab < info->stabs + stabsize;
1134 if (stab + STABSIZE >= info->stabs + stabsize
1192 info->indextable[i].stab = info->stabs + stabsize;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsyms.c910 bfd_size_type stabsize, strsize; local
954 stabsize = (info->stabsec->rawsize
989 stabsize = (info->stabsec->rawsize
996 info->stabs = bfd_alloc (abfd, stabsize);
1002 0, stabsize)
1074 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1089 if (stab + STABSIZE < info->stabs + stabsize
1120 i < info->indextablesize && stab < info->stabs + stabsize;
1163 if (stab + STABSIZE >= info->stabs + stabsize
1221 info->indextable[i].stab = info->stabs + stabsize;
[all...]
/openbsd-current/usr.bin/nm/
H A Dnm.c639 size_t stabsize; local
652 &names, &snames, &stabsize, &nrawnames);
668 &names, &snames, &stabsize, &nrawnames);
707 (void)madvise(stab, stabsize, MADV_SEQUENTIAL);
751 MUNMAP(stab, stabsize);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c3249 unsigned int stabsize;
3289 stabsize = bfd_section_size (sym_bfd, stabsects->section);
3290 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
3300 stabsize = bfd_section_size (sym_bfd, stabsect->section);
3301 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
3238 unsigned int stabsize; local

Completed in 201 milliseconds