Searched refs:bogus_func (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h288 void (*bogus_func)(void); /* Function to use if address out of bounds */ member in struct:profile_vars
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s502 LCL(bogus_func) = LCL(acontext)+4*C_max /* function to use if gprof arc is bad */
503 LCL(vars_unused) = LCL(bogus_func)+4 /* future growth */
636 #define V_bogus_func LCL(bogus_func)
H A Dprofile-md.c426 pv->bogus_func = _bogus_function;
665 arc.frompc = (prof_uptrint_t)pv->bogus_func;
671 arc.selfpc = (prof_uptrint_t)pv->bogus_func;

Completed in 79 milliseconds