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

  /bionic/linker/
linker_block_allocator.h 39 void protect_all(int prot);
75 void protect_all(int prot) { block_allocator_.protect_all(prot); } function in class:LinkerTypeAllocator
linker_block_allocator.cpp 95 void LinkerBlockAllocator::protect_all(int prot) { function in class:LinkerBlockAllocator
linker.cpp 1046 g_soinfo_allocator.protect_all(protection);
1047 g_soinfo_links_allocator.protect_all(protection);
1048 g_namespace_allocator.protect_all(protection);
1049 g_namespace_list_allocator.protect_all(protection);
    [all...]
  /bionic/linker/tests/
linker_block_allocator_test.cpp 107 static void protect_all() { function
119 allocator.protect_all(PROT_READ);
120 allocator.protect_all(PROT_READ | PROT_WRITE);
125 allocator.protect_all(PROT_READ);
134 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");

Completed in 102 milliseconds