Searched refs:N_FUN (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/include/
H A Dstab.h45 #define N_FUN 0x24 /* procedure name */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.h37 instead of N_FUN. */
75 if (CODE == N_FUN) \
80 if (CODE == N_FUN && GET_CODE (ADDR) == SYMBOL_REF) \
H A Dstab.def33 __define_stab (N_FUN, 0x24, "FUN")
H A Dxcoffout.c211 case N_FUN:
H A Ddbxout.c126 #define DBX_STATIC_CONST_VAR_CODE N_FUN
932 /* The N_FUN tag at the end of the function is a GNU extension,
940 /* By convention, GCC will mark the end of a function with an N_FUN
944 dbxout_begin_empty_stabs (N_FUN);
947 dbxout_begin_empty_stabs (N_FUN);
956 dbxout_begin_empty_stabs (N_FUN);
2653 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
2916 N_STSYM if in data segment, N_FUN otherwise.
2917 (We used N_FUN originally, then changed to N_STSYM
2919 Now GDB has been fixed to like N_FUN, say
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dxcoffout.h38 instead of N_FUN. */
76 if (CODE == N_FUN) \
81 if (CODE == N_FUN && GET_CODE (ADDR) == SYMBOL_REF) \
H A Dxcoffout.c204 case N_FUN:
H A Ddbxout.c126 #define DBX_STATIC_CONST_VAR_CODE N_FUN
922 /* The N_FUN tag at the end of the function is a GNU extension,
931 /* By convention, GCC will mark the end of a function with an N_FUN
938 dbxout_begin_empty_stabs (N_FUN);
941 dbxout_begin_empty_stabs (N_FUN);
947 dbxout_begin_empty_stabs (N_FUN);
2526 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
2783 N_STSYM if in data segment, N_FUN otherwise.
2784 (We used N_FUN originally, then changed to N_STSYM
2786 Now GDB has been fixed to like N_FUN, say
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dstab.def43 __define_stab (N_FUN, 0x24, "FUN")
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c147 * N_FUN stabs come with their arguments in promoted form. In order to get the
150 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs.
246 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
329 assert(stab->n_type != N_FUN || (iidescp->ii_type != II_GFUN &&
H A Dctftools.h109 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
H A Dst_parse.c426 case N_FUN:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsyms.c1126 else if (stab[TYPEOFF] == (bfd_byte) N_FUN)
1216 case N_FUN:
1366 case N_FUN:
H A Dstabs.c574 if (type == (int) N_FUN)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsyms.c1126 else if (stab[TYPEOFF] == (bfd_byte) N_FUN)
1216 case N_FUN:
1366 case N_FUN:
H A Dstabs.c574 if (type == (int) N_FUN)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c57 #define N_FUN 0x24 /* procedure name */ macro
283 N_FUN, 0, curfun);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c57 #define N_FUN 0x24 /* procedure name */ macro
283 N_FUN, 0, curfun);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dstabs.c673 funcname, N_FUN, lineno + 1, startlabname) == -1)
699 if (asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname) == -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dnetbsd64.h527 dbxout_begin_empty_stabs (N_FUN); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dlinux64.h528 dbxout_begin_empty_stabs (N_FUN); \
H A Dnetbsd64.h543 dbxout_begin_empty_stabs (N_FUN); \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmachoread.c164 case N_FUN:
H A Ddbxread.c1659 case N_FUN:
1676 if (pst && nlist.n_type == N_FUN && *namestring == '\000')
2760 N_STSYM or N_GSYM for SunOS4 acc; N_FUN for other compilers. */
2785 case N_FUN:
2790 /* This N_FUN marks the end of a function. This closes off
2802 which may have an N_FUN stabs at the end of the function,
3176 address from N_FUN symbols. */
3177 if (type == N_FUN
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c159 /* If this is not -1, it is the offset to the most recent N_FUN
2104 if (! stab_write_symbol (info, N_FUN, 0, 0, buf))

Completed in 310 milliseconds

12