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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 220 STABSTROFFSET and STABSTRSIZE define the location in OBJFILE where the
230 file_ptr stabstroffset, unsigned int stabstrsize)
246 DBX_STRINGTAB_SIZE (objfile) = stabstrsize;
248 if (stabstrsize > bfd_get_size (sym_bfd))
249 error (_("ridiculous string table size: %d bytes"), stabstrsize);
251 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1);
252 OBJSTAT (objfile, sz_strtab += stabstrsize + 1);
259 val = bfd_read (DBX_STRINGTAB (objfile), stabstrsize, sym_bfd);
260 if (val != stabstrsize)
711 unsigned int stabstrsize;
708 unsigned int stabstrsize; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 220 STABSTROFFSET and STABSTRSIZE define the location in OBJFILE where the
230 file_ptr stabstroffset, unsigned int stabstrsize)
247 DBX_STRINGTAB_SIZE (objfile) = stabstrsize;
249 if (stabstrsize > bfd_get_size (sym_bfd))
250 error (_("ridiculous string table size: %d bytes"), stabstrsize);
252 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1);
253 OBJSTAT (objfile, sz_strtab += stabstrsize + 1);
260 val = bfd_read (DBX_STRINGTAB (objfile), stabstrsize, sym_bfd);
261 if (val != stabstrsize)
712 unsigned int stabstrsize;
709 unsigned int stabstrsize; local
    [all...]

Completed in 68 milliseconds