Lines Matching defs:stabs

1 /* Support routines for decoding "stabs" debugging information format.
25 the "stabs" format. This format is used with many systems that use
27 COFF or ELF where the stabs data is placed in a special section.
39 #include "aout/stab_gnu.h" /* We always use GNU stabs, not native */
42 #include "gdb-stabs.h"
61 /* The routines that read and process a complete stabs for a C struct or
201 /* Check for and handle cretinous stabs symbol name continuation! */
341 /* for all the stabs in a given stab vector, build appropriate types
345 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
353 if (stabs)
359 for (ii = 0; ii < stabs->count; ++ii)
361 name = stabs->stab[ii];
469 char *stabs;
486 /* This file maintains a cache of stabs aliases found in the symbol
501 ref_add (int refnum, struct symbol *sym, char *stabs, CORE_ADDR value)
516 ref_map[refnum].stabs = stabs;
739 be using 'S' constants (see stabs.texinfo) instead? */
833 /* Function result types are described as the result type in stabs.
841 but both GCC and Sun CC emit stabs for the "call-as" type rather
1984 See stabs.texinfo. */
2032 type numbers. See stabs.texinfo. */
2142 /* Read member function stabs info for C++ classes. The form of each member
2937 /* The stabs for C++ derived classes contain baseclass information which
3079 /* The tail end of stabs for C++ classes that contain a virtual function
3313 in the the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;",
3318 OBJFILE points to the current objfile from which the stabs information is
3333 /* When describing struct/union/class types in stabs, G++ always drops
3336 then G++ will emit stabs for `struct A::B' that call it simply
3471 /* FIXME! The stabs produced by Sun CC merrily define things that ought
4035 stabs. */