Searched defs:sancov_ctx (Results 1 – 1 of 1) sorted by relevance
37 struct sancov_ctx { struct38 handle_t coverage_srv;39 size_t idx;40 struct cov_shm mailbox;41 struct cov_shm data;42 volatile struct coverage_record_header* headers;43 volatile counter_t* counters;44 volatile uintptr_t* pcs;45 size_t record_len;46 size_t num_counters;