Lines Matching refs:ptr_contents
1005 int ptr_contents; in test_read_of_write_disabled_region() local
1009 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1010 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1015 int ptr_contents; in test_read_of_access_disabled_region() local
1020 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1021 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1317 int ptr_contents; in test_executing_on_unreadable_memory() local
1322 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1323 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1337 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1338 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1346 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1353 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1354 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1366 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1367 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1381 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()