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

/freebsd-10-stable/include/
H A Dstab.h59 #define N_PSYM 0xa0 /* parameter variable */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def158 __define_stab (N_PSYM, 0xa0, "PSYM")
/freebsd-10-stable/contrib/gcc/
H A Dstab.def135 __define_stab (N_PSYM, 0xa0, "PSYM")
H A Dxcoffout.c223 case N_PSYM:
H A Ddbxout.c294 /* A C expression for the integer offset value of an argument (N_PSYM)
3160 code = N_PSYM;
3243 code = N_PSYM;
3264 code = N_PSYM;
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c144 * actual arguments, we need to wait for the N_PSYM stabs that will come towards
146 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs.
244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM ||
330 * the N_PSYM stabs.
332 if (scope && stab->n_type != N_PSYM) {
H A Dctftools.h118 #define N_PSYM 0xa0 /* parameter: name,,0,type,offset */ macro
H A Dst_parse.c434 case N_PSYM:
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c511 case N_PSYM: strcpy(type, "psym"); break;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h339 N_PSYM = 0xA0u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c2130 stab_type = N_PSYM;
2140 stab_type = N_PSYM;
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c2088 case N_PSYM:
3104 case N_PSYM: /* Parameter variable */
H A Dmdebugread.c3269 case N_PSYM:

Completed in 144 milliseconds