Home
last modified time | relevance | path

Searched refs:N_RSYM (Results 1 – 17 of 17) sorted by relevance

/NextBSD/include/
HDstab.h50 #define N_RSYM 0x40 /* register variable */ macro
/NextBSD/contrib/gcc/
HDxcoffout.c212 case N_RSYM: in stab_to_sclass()
HDdbxout.c131 #define DBX_REGPARM_STABS_CODE N_RSYM
2920 code = N_RSYM; in dbxout_symbol_location()
2942 code = N_RSYM; in dbxout_symbol_location()
HDstab.def72 __define_stab (N_RSYM, 0x40, "RSYM")
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctftools.h114 #define N_RSYM 0x40 /* register sym: name,,0,type,register */ macro
HDstabs.c245 stab->n_type == N_RSYM || in stabs_read()
HDst_parse.c436 case N_RSYM: in parse_stab()
/NextBSD/usr.bin/ldd/
HDsods.c502 case N_RSYM: strcpy(type, "rsym"); break; in dump_sym()
/NextBSD/contrib/binutils/binutils/
HDwrstabs.c2065 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()
HDChangeLog-91971142 (stab_variable): Use N_RSYM for a DEBUG_REGISTER variable.
/NextBSD/contrib/binutils/include/aout/
HDstab.def79 __define_stab (N_RSYM, 0x40, "RSYM")
/NextBSD/contrib/gdb/gdb/
HDdbxread.c2079 case N_RSYM: in read_dbx_symtab()
3090 case N_RSYM: /* Register variable */ in process_one_symbol()
HDmdebugread.c3260 case N_RSYM: in parse_partial_symbols()
/NextBSD/contrib/gdb/gdb/doc/
HDstabs.texinfo925 @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/
HDllvm-nm.cpp421 {MachO::N_RSYM, "RSYM"},
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h403 N_RSYM = 0x40u, enumerator
/NextBSD/contrib/gcc/doc/
HDtm.texi8273 ``right'' way to do this. The default is @code{N_RSYM}.