Lines Matching full:stabs
73 /* Try reading the COFF symbols if we didn't find any stabs in COFF
95 /* Read stabs in sections debugging information from a BFD. */
109 { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" },
127 bfd_byte *stabs, *strings;
132 stabs = (bfd_byte *) xmalloc (stabsize);
133 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
164 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
182 /* Special type 0 stabs indicate the offset to the
196 (long) (stab - stabs) / 12, strx, type);
208 && stab + 12 < stabs + stabsize)
220 (long) (stab - stabs) / 12);
228 the linker is hashing stabs strings, we may
246 /* Don't free f, since I think the stabs code
253 free (stabs);
255 /* Don't free strings, since I think the stabs code expects
270 /* Read stabs in the symbol table. */
329 /* Don't free f, since I think the stabs code expects
378 /* Record stabs strings, so that we can give some context for errors. */
393 /* Save a stabs string. */
414 fprintf (stderr, _("Last stabs entries before error:\n"));