Home
last modified time | relevance | path

Searched refs:type_map (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/san/tools/
H A Dgenerate_dynamic_denylist.py7 def type_map(x): function
21 strtype = type_map(type) if type != "" else "normal"
H A Dksancov.c227 static const char *type_map[KCOV_CMP_SIZE8 + 1] = { in ksancov_print_state() local
245 …fprintf(stderr, "0x%llx [%s] 0x%llx 0x%llx\n", entry->pc, type_map[type], entry->args[0], entry->a… in ksancov_print_state()