Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dvm_test_mach_map.c1094 static const char *prot_str[] = { "---", "r--", "-w-", "rw-", "--x", "r-x", "-wx", "rwx" }; variable
1154 prot_str[info.protection],
1155 prot_str[info.max_protection],
1202 prot_str[info.protection],
1203 prot_str[info.max_protection],
1225 prot_str[info.protection],
1226 prot_str[info.max_protection],
1303 prot_str[info.protection],
1304 prot_str[info.max_protection],
1373 prot_str[info.protection],
[all …]
/xnu-10063.101.15/tests/vm/
H A Dvm_test_shreg_ro.c25 prot_str(vm_prot_t prot) in prot_str() function
42 prot_str(ri->protection), in print_region_info()
43 prot_str(ri->max_protection), in print_region_info()
50 prot_str(ri2->protection), prot_str(ri2->max_protection), in print_region_info()