Searched refs:N_RSYM (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/include/
H A Dstab.h50 #define N_RSYM 0x40 /* register variable */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def80 __define_stab (N_RSYM, 0x40, "RSYM")
/freebsd-10-stable/contrib/gcc/
H A Dstab.def73 __define_stab (N_RSYM, 0x40, "RSYM")
H A Dxcoffout.c214 case N_RSYM:
H A Ddbxout.c131 #define DBX_REGPARM_STABS_CODE N_RSYM
2858 r and N_RSYM for register variable. */
2929 code = N_RSYM;
2951 code = N_RSYM;
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h114 #define N_RSYM 0x40 /* register sym: name,,0,type,register */ macro
H A Dstabs.c245 stab->n_type == N_RSYM ||
H A Dst_parse.c436 case N_RSYM:
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c502 case N_RSYM: strcpy(type, "rsym"); break;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c2067 stab_type = N_RSYM;
2135 stab_type = N_RSYM;
2145 stab_type = N_RSYM;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h327 N_RSYM = 0x40u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c2087 case N_RSYM:
3100 case N_RSYM: /* Register variable */
H A Dmdebugread.c3268 case N_RSYM:

Completed in 142 milliseconds