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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstab.h44 #define N_FUN 0x24 /* procedure name */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dstab.h77 #define N_FUN 0x24 /* procedure name */ macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dstab.h89 #define N_FUN 0x24 /* procedure: name,,n_sect,linenumber,address */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dstab.def42 __define_stab (N_FUN, 0x24, "FUN")
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
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 Dinput.c439 case N_FUN:
487 case N_FUN:
H A Dctftools.h109 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
H A Ddump.c294 case N_FUN:
342 case N_FUN:
H A Doutput.c77 case N_FUN:
122 case N_FUN:
H A Dst_parse.c439 case N_FUN:
/macosx-10.10.1/cxxfilt-11/cxxfilt/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 Dpdp11.c2298 case N_FUN:
H A Daoutx.h2703 case N_FUN:
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module.c568 case N_FUN:
651 case N_FUN:
798 case N_FUN:
881 case N_FUN:
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_open.c136 case N_FUN:
183 case N_FUN:
/macosx-10.10.1/dtrace-147/libelf/
H A Dclscook.c690 case N_FUN:
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sym.c186 case N_FUN:
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c160 /* If this is not -1, it is the offset to the most recent N_FUN
2105 if (! stab_write_symbol (info, N_FUN, 0, 0, buf))
H A Dstabs.c83 N_FUN symbol while in a function. This is -1 if we have not seen
84 an N_FUN (the normal case). */
592 case N_FUN:
610 /* A const static symbol in the .text section will have an N_FUN
613 always emit an empty N_FUN. We can't call debug_end_function
929 if (stabtype == N_FUN)

Completed in 164 milliseconds