Home
last modified time | relevance | path

Searched refs:stksize (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/san/tools/
H A Dksancov.h119 uint32_t stksize; /* associated stack size */ member
361 return entries[i].stksize; in ksancov_stksize_size()
/xnu-8020.121.3/san/coverage/
H A Dkcov_ksancov_data.h89 uint32_t stksize; /* associated stack size */ member
H A Dkcov_ksancov.c129 trace_pc_guard_pcs_stk(struct ksancov_dev *dev, uint32_t pc, uint32_t stksize) in trace_pc_guard_pcs_stk() argument
142 entries[idx].stksize = stksize; in trace_pc_guard_pcs_stk()