Home | History | Annotate | Download | only in info

Lines Matching full:statics

824 * Statics::			Variables local to one source file.
929 File: stabs.info, Node: Common Blocks, Next: Statics, Prev: Register Variables, Up: Variables
955 File: stabs.info, Node: Statics, Next: Based Variables, Prev: Common Blocks, Up: Variables
986 `C_STSYM' can be used for all statics. Also, each static variable is
1012 File: stabs.info, Node: Based Variables, Next: Parameters, Prev: Statics, Up: Variables
1040 *Note Statics::. The value of the symbol, instead of being the address
3128 Statics::).
3131 Data segment file-scope variable; see *note Statics::.
3134 BSS segment file-scope variable; see *note Statics::.
3140 Variable in `.rodata' section; see *note Statics::.
3358 File scope variable; see *note Statics::.
3373 Procedure scope static variable; see *note Statics::.
3900 affects `S' symbol descriptor stabs (*note Statics::) and functions
4423 * C_BSTAT: Statics. (line 31)
4430 * C_ESTAT: Statics. (line 31)
4438 * C_STSYM: Statics. (line 31)
4455 * N_FUN, for variables: Statics. (line 12)
4459 * N_LCSYM: Statics. (line 12)
4482 * N_ROSYM: Statics. (line 12)
4490 * N_STSYM: Statics. (line 12)
4518 Node: Statics40973