Searched refs:check_funcs (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h308 prof_flag_t check_funcs; /* != 0 if check gprof arcs for being in range */ member in struct:profile_vars
H A Dprofile-mk.c150 pv->check_funcs = 1; /* for now */
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s519 LCL(check_funcs) = LCL(debug)+1 /* Whether to check functions for validity */
520 LCL(flag_unused) = LCL(check_funcs)+1 /* unused flags */
643 #define V_check_funcs LCL(check_funcs)
H A Dprofile-md.c661 if (pv->check_funcs) {
820 if (pv->check_funcs) {

Completed in 33 milliseconds