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

  /src/external/gpl3/binutils/dist/bfd/
libcoff-in.h 80 unsigned local_linesz; member in struct:coff_tdata
libcoff.h 84 unsigned local_linesz; member in struct:coff_tdata
  /src/external/gpl3/binutils.old/dist/bfd/
libcoff-in.h 79 unsigned local_linesz; member in struct:coff_tdata
libcoff.h 83 unsigned local_linesz; member in struct:coff_tdata
  /src/external/gpl3/gdb/dist/bfd/
libcoff-in.h 78 unsigned local_linesz; member in struct:coff_tdata
libcoff.h 82 unsigned local_linesz; member in struct:coff_tdata
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 116 static unsigned local_linesz; variable
601 size = count * local_linesz;
732 local_linesz = cdata->local_linesz;
1477 storage->reset ((char *) xmalloc (size + local_linesz));
1485 memset (linetab + size, 0, local_linesz);
1517 rawptr += local_linesz;
1527 rawptr += local_linesz;
  /src/external/gpl3/gdb.old/dist/bfd/
libcoff-in.h 78 unsigned local_linesz; member in struct:coff_tdata
libcoff.h 82 unsigned local_linesz; member in struct:coff_tdata
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 115 static unsigned local_linesz; variable
508 size = count * local_linesz;
638 local_linesz = cdata->local_linesz;
1383 storage->reset ((char *) xmalloc (size + local_linesz));
1391 memset (linetab + size, 0, local_linesz);
1423 rawptr += local_linesz;
1433 rawptr += local_linesz;

Completed in 33 milliseconds