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

/netbsd-6-1-5-RELEASE/include/
H A Dstab.h59 #define N_PSYM 0xa0 /* parameter variable */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dstab.def170 __define_stab (N_PSYM, 0xa0, "PSYM")
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dstab.def134 __define_stab (N_PSYM, 0xa0, "PSYM")
H A Dxcoffout.c230 case N_PSYM:
H A Ddbxout.c290 /* A C expression for the integer offset value of an argument (N_PSYM)
3384 code = N_PSYM;
3469 code = N_PSYM;
3490 code = N_PSYM;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c148 * actual arguments, we need to wait for the N_PSYM stabs that will come towards
150 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs.
248 stab->n_type == N_PSYM || stab->n_type == N_ROSYM ||
334 * the N_PSYM stabs.
336 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.c441 case N_PSYM:
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c64 #define N_PSYM 0xa0 /* parameter variable */ macro
356 sname, ostr, N_PSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c64 #define N_PSYM 0xa0 /* parameter variable */ macro
356 sname, ostr, N_PSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dxcoffout.c223 case N_PSYM:
H A Ddbxout.c293 /* A C expression for the integer offset value of an argument (N_PSYM)
3090 code = N_PSYM;
3173 code = N_PSYM;
3194 code = N_PSYM;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c2150 case N_PSYM:
2639 && (type == N_LSYM || type == N_PSYM))
2641 and N_PSYM entries, because they are signed offsets from frame
3157 case N_PSYM: /* Parameter variable. */
H A Dmdebugread.c3426 case N_PSYM:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c2130 stab_type = N_PSYM;
2140 stab_type = N_PSYM;

Completed in 270 milliseconds