Home
last modified time | relevance | path

Searched refs:protect_all (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.h51 void protect_all(int prot);
91 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all() function
Dlinker_block_allocator_test.cpp119 static void protect_all() { in protect_all() function
131 allocator.protect_all(PROT_READ); in protect_all()
132 allocator.protect_all(PROT_READ | PROT_WRITE); in protect_all()
137 allocator.protect_all(PROT_READ); in protect_all()
146 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page"); in TEST()
Dlinker_block_allocator.cpp114 void LinkerBlockAllocator::protect_all(int prot) { in protect_all() function in LinkerBlockAllocator
Dlinker.cpp557 g_soinfo_allocator.protect_all(protection); in protect_data()
558 g_soinfo_links_allocator.protect_all(protection); in protect_data()
559 g_namespace_allocator.protect_all(protection); in protect_data()
560 g_namespace_list_allocator.protect_all(protection); in protect_data()