HomeSort by: relevance | last modified time | path
    Searched defs:stabsize (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 128 bfd_size_type stabsize, strsize; local
168 stabsize = bfd_section_size (sec);
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
214 && stab + 16 <= stabs + stabsize)
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 128 bfd_size_type stabsize, strsize; local
168 stabsize = bfd_section_size (sec);
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
214 && stab + 16 <= stabs + stabsize)
  /src/external/gpl3/binutils/dist/bfd/
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...]
  /src/external/gpl3/binutils.old/dist/bfd/
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...]
  /src/external/gpl3/gdb/dist/bfd/
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...]
  /src/external/gpl3/gdb.old/dist/bfd/
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...]
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 235 unsigned int stabsize; local
276 stabsize = bfd_section_size (stabsects[0]);
277 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
285 stabsize = bfd_section_size (section);
286 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
  /src/external/gpl3/gdb.old/dist/gdb/
dbxread.c 3008 unsigned int stabsize;
3048 stabsize = bfd_section_size (stabsects[0]);
3049 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile);
3057 stabsize = bfd_section_size (section);
3058 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile);
2997 unsigned int stabsize; local

Completed in 28 milliseconds