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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c396 pv->md.save_mcount_ptr = _gprof_mcount;
399 pv->md.save_mcount_ptr = _prof_mcount;
402 pv->md.save_mcount_ptr = _dummy_mcount;
534 _mcount_ptr = _profile_vars.md.save_mcount_ptr;
H A Dprofile-md.h394 void (*save_mcount_ptr)(void); /* save for _mcount_ptr */ member in struct:profile_md
H A Dprofile-asm.s578 LCL(save_mcount_ptr) = LCL(num_cache)+4 /* save for mcount_ptr when suspending profiling */
579 LCL(mcount_ptr_ptr) = LCL(save_mcount_ptr)+4 /* pointer to _mcount_ptr */

Completed in 180 milliseconds