Lines Matching defs:stabstrsize
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;
809 stabstrsize = bfd_section_size (info->stabstrsect);
814 info->stabstrsect->filepos, stabstrsize);