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

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drddbg.c119 bfd_size_type stabsize, strsize; local
124 stabsize = bfd_section_size (sec);
125 stabs = (bfd_byte *) xmalloc (stabsize);
126 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
166 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
210 && stab + 12 < stabs + stabsize)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drddbg.c122 bfd_size_type stabsize, strsize; local
127 stabsize = bfd_section_size (sec);
128 stabs = (bfd_byte *) xmalloc (stabsize);
129 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
169 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
213 && stab + 16 <= stabs + stabsize)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drddbg.c122 bfd_size_type stabsize, strsize; local
127 stabsize = bfd_section_size (sec);
128 stabs = (bfd_byte *) xmalloc (stabsize);
129 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
169 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
213 && stab + 12 < stabs + stabsize)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsyms.c947 bfd_size_type stabsize, strsize; local
990 stabsize = (info->stabsec->rawsize
1031 stabsize = (info->stabsec->rawsize
1034 stabsize = (stabsize / STABSIZE) * STABSIZE;
1039 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1045 0, stabsize)
1095 || octets + 4 > stabsize)
1124 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1140 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsyms.c942 bfd_size_type stabsize, strsize; local
985 stabsize = (info->stabsec->rawsize
1026 stabsize = (info->stabsec->rawsize
1029 stabsize = (stabsize / STABSIZE) * STABSIZE;
1034 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1040 0, stabsize)
1089 || octets + 4 > stabsize)
1116 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1132 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsyms.c935 bfd_size_type stabsize, strsize; local
978 stabsize = (info->stabsec->rawsize
1019 stabsize = (info->stabsec->rawsize
1022 stabsize = (stabsize / STABSIZE) * STABSIZE;
1027 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1033 0, stabsize)
1082 || octets + 4 > stabsize)
1109 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1125 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsyms.c942 bfd_size_type stabsize, strsize; local
985 stabsize = (info->stabsec->rawsize
1026 stabsize = (info->stabsec->rawsize
1029 stabsize = (stabsize / STABSIZE) * STABSIZE;
1034 if (stabsize == 0 || strsize == 0)
1095 || octets + 4 > stabsize)
1121 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1137 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
1176 i < info->indextablesize && stab < info->stabs + stabsize;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c2907 unsigned int stabsize;
2947 stabsize = bfd_section_size (stabsects[0]);
2948 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
2956 stabsize = bfd_section_size (section);
2957 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
2896 unsigned int stabsize; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c2960 unsigned int stabsize;
3000 stabsize = bfd_section_size (stabsects[0]);
3001 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
3009 stabsize = bfd_section_size (section);
3010 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
2949 unsigned int stabsize; local

Completed in 211 milliseconds