Searched refs:N_RSYM (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/include/ |
| HD | stab.h | 50 #define N_RSYM 0x40 /* register variable */ macro
|
| /NextBSD/contrib/gcc/ |
| HD | xcoffout.c | 212 case N_RSYM: in stab_to_sclass()
|
| HD | dbxout.c | 131 #define DBX_REGPARM_STABS_CODE N_RSYM 2920 code = N_RSYM; in dbxout_symbol_location() 2942 code = N_RSYM; in dbxout_symbol_location()
|
| HD | stab.def | 72 __define_stab (N_RSYM, 0x40, "RSYM")
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | ctftools.h | 114 #define N_RSYM 0x40 /* register sym: name,,0,type,register */ macro
|
| HD | stabs.c | 245 stab->n_type == N_RSYM || in stabs_read()
|
| HD | st_parse.c | 436 case N_RSYM: in parse_stab()
|
| /NextBSD/usr.bin/ldd/ |
| HD | sods.c | 502 case N_RSYM: strcpy(type, "rsym"); break; in dump_sym()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | wrstabs.c | 2065 stab_type = N_RSYM; in stab_variable() 2133 stab_type = N_RSYM; in stab_function_parameter() 2143 stab_type = N_RSYM; in stab_function_parameter()
|
| HD | ChangeLog-9197 | 1142 (stab_variable): Use N_RSYM for a DEBUG_REGISTER variable.
|
| /NextBSD/contrib/binutils/include/aout/ |
| HD | stab.def | 79 __define_stab (N_RSYM, 0x40, "RSYM")
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dbxread.c | 2079 case N_RSYM: in read_dbx_symtab() 3090 case N_RSYM: /* Register variable */ in process_one_symbol()
|
| HD | mdebugread.c | 3260 case N_RSYM: in parse_partial_symbols()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | stabs.texinfo | 925 @findex N_RSYM 929 Register variables have their own stab type, @code{N_RSYM} 933 @c .stabs "name:type",N_RSYM,0,RegSize,RegNumber (Sun doc) 1155 .stabs "arg:r1" . . . ; N_RSYM 1162 @findex N_RSYM, for parameters 1165 register. Symbol type @code{C_RPSYM} is used in XCOFF and @code{N_RSYM} 1227 .stabs "f:r12",64,0,3,0 # @r{64 is @code{N_RSYM}, here 12 is @code{float}} 2258 value of the stab. Thus for stab types like @code{N_RSYM} and 2676 type_desc(cross-reference to)baseA:",N_RSYM,NIL,NIL,register_number 3264 @item 0x40 N_RSYM
|
| /NextBSD/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 421 {MachO::N_RSYM, "RSYM"},
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | MachO.h | 403 N_RSYM = 0x40u, enumerator
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 8273 ``right'' way to do this. The default is @code{N_RSYM}.
|