Next: Questions, Previous: Type Descriptors, Up: Top [Contents][Index]
For a full list of stab types, and cross-references to where they are described, see Stab Types. This appendix just covers certain stabs which are not yet described in the main body of this document; eventually the information will all be in one place.
Format of an entry:
The first line is the symbol type (see include/aout/stab.def).
The second line describes the language constructs the symbol type represents.
The third line is the stab format with the significant stab fields named and the rest NIL.
Subsequent lines expand upon the meaning and possible values for each significant stab field.
Finally, any further information.
• N_PC: | Pascal global symbol | |
• N_NSYMS: | Number of symbols | |
• N_NOMAP: | No DST map | |
• N_M2C: | Modula-2 compilation unit | |
• N_BROWS: | Path to .cb file for Sun source code browser | |
• N_DEFD: | GNU Modula2 definition module dependency | |
• N_EHDECL: | GNU C++ exception variable | |
• N_MOD2: | Modula2 information "for imc" | |
• N_CATCH: | GNU C++ "catch" clause | |
• N_SSYM: | Structure or union element | |
• N_SCOPE: | Modula2 scope information (Sun only) | |
• Gould: | non-base register symbols used on Gould systems | |
• N_LENG: | Length of preceding entry |
Next: Questions, Previous: Type Descriptors, Up: Top [Contents][Index]