HomeSort by relevance Sort by last modified time
    Searched refs:protect_all (Results 1 - 4 of 4) sorted by null

  /bionic/linker/
linker_allocator.h 39 void protect_all(int prot);
65 void protect_all(int prot) { block_allocator_.protect_all(prot); } function in class:LinkerAllocator
linker_allocator.cpp 87 void LinkerBlockAllocator::protect_all(int prot) { function in class:LinkerBlockAllocator
linker.cpp 281 g_soinfo_allocator.protect_all(protection);
282 g_soinfo_links_allocator.protect_all(protection);
    [all...]
  /bionic/linker/tests/
linker_allocator_test.cpp 101 static void protect_all() { function
113 allocator.protect_all(PROT_READ);
114 allocator.protect_all(PROT_READ | PROT_WRITE);
119 allocator.protect_all(PROT_READ);
128 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");

Completed in 628 milliseconds