Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/
H A Dvm_test_mach_map.c975 static const char *prot_str[] = { "---", "r--", "-w-", "rw-", "--x", "r-x", "-wx", "rwx" }; variable
1035 prot_str[info.protection],
1036 prot_str[info.max_protection],
1083 prot_str[info.protection],
1084 prot_str[info.max_protection],
1106 prot_str[info.protection],
1107 prot_str[info.max_protection],
1184 prot_str[info.protection],
1185 prot_str[info.max_protection],
1254 prot_str[info.protection],
[all …]
/xnu-10002.41.9/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()