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

123

/netbsd-current/include/
H A Dstab.h45 #define N_FUN 0x24 /* procedure name */ macro
/netbsd-current/external/gpl3/gcc.old/dist/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.c212 case N_FUN:
H A Ddbxout.c121 #define DBX_STATIC_CONST_VAR_CODE N_FUN
924 /* The N_FUN tag at the end of the function is a GNU extension,
932 /* By convention, GCC will mark the end of a function with an N_FUN
936 dbxout_begin_empty_stabs (N_FUN);
949 dbxout_begin_empty_stabs (N_FUN);
1314 /* The N_FUN tag at the end of the function is a GNU extension,
1347 dbxout_finish_complex_stabs (current_function_decl, N_FUN, 0,
2779 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
3039 N_STSYM if in data segment, N_FUN otherwise.
3040 (We used N_FUN originall
[all...]
/netbsd-current/external/gpl3/gcc/dist/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.cc211 case N_FUN:
H A Ddbxout.cc122 #define DBX_STATIC_CONST_VAR_CODE N_FUN
927 /* The N_FUN tag at the end of the function is a GNU extension,
935 /* By convention, GCC will mark the end of a function with an N_FUN
939 dbxout_begin_empty_stabs (N_FUN);
952 dbxout_begin_empty_stabs (N_FUN);
1317 /* The N_FUN tag at the end of the function is a GNU extension,
1350 dbxout_finish_complex_stabs (current_function_decl, N_FUN, 0,
2783 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
3043 N_STSYM if in data segment, N_FUN otherwise.
3044 (We used N_FUN originall
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h83 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
160 * for functions -- n_other bits for N_FUN stab
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dstab.h83 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
160 * for functions -- n_other bits for N_FUN stab
/netbsd-current/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.h113 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c57 #define N_FUN 0x24 /* procedure name */ macro
283 N_FUN, 0, curfun);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c57 #define N_FUN 0x24 /* procedure name */ macro
282 N_FUN, 0, curfun);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dstabs.c648 funcname, N_FUN, lineno + 1, startlabname) == -1)
673 if (asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname) == -1)
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dstabs.c669 funcname, N_FUN, lineno + 1, startlabname) == -1)
695 if (asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname) == -1)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dstabs.c669 funcname, N_FUN, lineno + 1, startlabname) == -1)
695 if (asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname) == -1)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp220 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"},
434 case MachO::N_FUN:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmachoread.c288 case N_FUN:
474 case N_FUN:
H A Ddbxread.c1406 case N_FUN:
1423 if (pst && nlist.n_type == N_FUN && *namestring == '\000')
2387 case N_FUN:
2392 /* This N_FUN marks the end of a function. This closes off
2404 which may have an N_FUN stabs at the end of the function,
2754 address from N_FUN symbols. */
2755 if (type == N_FUN
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmachoread.c293 case N_FUN:
477 case N_FUN:
H A Ddbxread.c1408 case N_FUN:
1425 if (pst && nlist.n_type == N_FUN && *namestring == '\000')
2441 case N_FUN:
2446 /* This N_FUN marks the end of a function. This closes off
2458 which may have an N_FUN stabs at the end of the function,
2807 address from N_FUN symbols. */
2808 if (type == N_FUN
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsyms.c1156 else if (stab[TYPEOFF] == (bfd_byte) N_FUN
1263 case N_FUN:
1414 case N_FUN:
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsyms.c1130 else if (stab[TYPEOFF] == (bfd_byte) N_FUN
1230 case N_FUN:
1383 case N_FUN:
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsyms.c1142 else if (stab[TYPEOFF] == (bfd_byte) N_FUN
1249 case N_FUN:
1400 case N_FUN:
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsyms.c1137 else if (stab[TYPEOFF] == (bfd_byte) N_FUN
1237 case N_FUN:
1390 case N_FUN:

Completed in 339 milliseconds

123