| /src/external/gpl3/binutils/dist/bfd/ |
| stabs.c | 50 #define STABSIZE 12 197 if (stabsec->size % STABSIZE != 0) 240 count = stabsec->size / STABSIZE; 273 sym += STABSIZE, ++pstridx) 338 for (incl_sym = sym + STABSIZE; 340 incl_sym += STABSIZE) 445 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1; 447 incl_sym += STABSIZE, ++incl_pstridx) 490 stabsec->size = (count - skip) * STABSIZE; 517 offset += STABSIZE; [all...] |
| syms.c | 964 bfd_size_type stabsize, strsize; local 996 #define STABSIZE (12) 1007 stabsize = (info->stabsec->rawsize 1048 stabsize = (info->stabsec->rawsize 1051 stabsize = (stabsize / STABSIZE) * STABSIZE; 1056 if (stabsize == 0 || strsize == 0) 1117 || octets > stabsize - 4 [all...] |
| elf32-ip2k.c | 564 #define STABSIZE 12 695 stabp += STABSIZE; 696 for (;stabp < stabend; stabp += STABSIZE)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| stabs.c | 50 #define STABSIZE 12 198 if (stabsec->size % STABSIZE != 0) 241 count = stabsec->size / STABSIZE; 273 sym += STABSIZE, ++pstridx) 338 for (incl_sym = sym + STABSIZE; 340 incl_sym += STABSIZE) 445 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1; 447 incl_sym += STABSIZE, ++incl_pstridx) 490 stabsec->size = (count - skip) * STABSIZE; 517 offset += STABSIZE; [all...] |
| syms.c | 965 bfd_size_type stabsize, strsize; local 997 #define STABSIZE (12) 1008 stabsize = (info->stabsec->rawsize 1049 stabsize = (info->stabsec->rawsize 1052 stabsize = (stabsize / STABSIZE) * STABSIZE; 1057 if (stabsize == 0 || strsize == 0) 1118 || octets > stabsize - 4 [all...] |
| elf32-ip2k.c | 564 #define STABSIZE 12 695 stabp += STABSIZE; 696 for (;stabp < stabend; stabp += STABSIZE)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| stabs.c | 50 #define STABSIZE 12 198 if (stabsec->size % STABSIZE != 0) 241 count = stabsec->size / STABSIZE; 273 sym += STABSIZE, ++pstridx) 338 for (incl_sym = sym + STABSIZE; 340 incl_sym += STABSIZE) 445 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1; 447 incl_sym += STABSIZE, ++incl_pstridx) 490 stabsec->size = (count - skip) * STABSIZE; 517 offset += STABSIZE; [all...] |
| syms.c | 964 bfd_size_type stabsize, strsize; local 996 #define STABSIZE (12) 1007 stabsize = (info->stabsec->rawsize 1048 stabsize = (info->stabsec->rawsize 1051 stabsize = (stabsize / STABSIZE) * STABSIZE; 1056 if (stabsize == 0 || strsize == 0) 1117 || octets > stabsize - 4 [all...] |
| elf32-ip2k.c | 564 #define STABSIZE 12 695 stabp += STABSIZE; 696 for (;stabp < stabend; stabp += STABSIZE)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| stabs.c | 50 #define STABSIZE 12 198 if (stabsec->size % STABSIZE != 0) 241 count = stabsec->size / STABSIZE; 273 sym += STABSIZE, ++pstridx) 338 for (incl_sym = sym + STABSIZE; 340 incl_sym += STABSIZE) 445 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1; 447 incl_sym += STABSIZE, ++incl_pstridx) 490 stabsec->size = (count - skip) * STABSIZE; 517 offset += STABSIZE; [all...] |
| syms.c | 956 bfd_size_type stabsize, strsize; local 988 #define STABSIZE (12) 999 stabsize = (info->stabsec->rawsize 1040 stabsize = (info->stabsec->rawsize 1043 stabsize = (stabsize / STABSIZE) * STABSIZE; 1048 if (stabsize == 0 || strsize == 0) 1109 || octets > stabsize - 4 [all...] |
| elf32-ip2k.c | 564 #define STABSIZE 12 695 stabp += STABSIZE; 696 for (;stabp < stabend; stabp += STABSIZE)
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objdump.c | 4599 #define STABSIZE (12) 4624 for (i = -1; (size_t) (stabs_end - stabp) >= STABSIZE; stabp += STABSIZE, i++)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objdump.c | 4611 #define STABSIZE (12) 4636 for (i = -1; (size_t) (stabs_end - stabp) >= STABSIZE; stabp += STABSIZE, i++)
|