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

/freebsd-10.1-release/include/
H A Dstab.h45 #define N_FUN 0x24 /* procedure name */ macro
/freebsd-10.1-release/contrib/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 Dstab.def34 __define_stab (N_FUN, 0x24, "FUN")
H A Dxcoffout.c204 case N_FUN:
H A Ddbxout.c127 #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
935 dbxout_begin_empty_stabs (N_FUN);
938 dbxout_begin_empty_stabs (N_FUN);
947 dbxout_begin_empty_stabs (N_FUN);
2596 dbxout_finish_complex_stabs (decl, N_FUN, XEXP (decl_rtl, 0), 0, 0);
2853 N_STSYM if in data segment, N_FUN otherwise.
2854 (We used N_FUN originally, then changed to N_STSYM
2856 Now GDB has been fixed to like N_FUN, say
[all...]
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def42 __define_stab (N_FUN, 0x24, "FUN")
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c143 * N_FUN stabs come with their arguments in promoted form. In order to get the
146 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs.
242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
325 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.c419 case N_FUN:
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dsyms.c1103 else if (stab[TYPEOFF] == (bfd_byte) N_FUN)
1193 case N_FUN:
1343 case N_FUN:
H A Dstabs.c570 if (type == (int) N_FUN)
H A Decofflink.c2342 case N_FUN:
H A Daoutx.h2729 case N_FUN:
/freebsd-10.1-release/contrib/binutils/gas/
H A Dstabs.c670 funcname, N_FUN, lineno + 1, startlabname);
695 asprintf (&buf, "\"\",%d,0,0,%s-%s", N_FUN, sym, startlabname);
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c497 case N_FUN: strcpy(type, "fun"); break;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1643 case N_FUN:
1658 if (pst && nlist.n_type == N_FUN && *namestring == '\000')
2701 N_STSYM or N_GSYM for SunOS4 acc; N_FUN for other compilers. */
2723 case N_FUN:
2728 /* This N_FUN marks the end of a function. This closes off the
2739 which may have an N_FUN stabs at the end of the function, but
3123 from N_FUN symbols. */
3124 if (type == N_FUN
3157 under SunOS4, puts out functions with N_FUN and a value
3166 || (type == N_FUN
[all...]
H A Dmdebugread.c2979 case N_FUN:
3952 if (type_code == N_FUN)
H A Dstabsread.c1045 if (type == N_FUN)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h322 N_FUN = 0x24u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/binutils/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))
H A Dstabs.c81 N_FUN symbol while in a function. This is -1 if we have not seen
82 an N_FUN (the normal case). */
590 case N_FUN:
608 /* A const static symbol in the .text section will have an N_FUN
611 always emit an empty N_FUN. We can't call debug_end_function
927 if (stabtype == N_FUN)

Completed in 378 milliseconds