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 51 void protect_all(int prot);
91 void protect_all(int prot) { block_allocator_.protect_all(prot); } function in class:LinkerTypeAllocator
linker_block_allocator_test.cpp 119 static void protect_all() { function
131 allocator.protect_all(PROT_READ);
132 allocator.protect_all(PROT_READ | PROT_WRITE);
137 allocator.protect_all(PROT_READ);
146 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");
linker_block_allocator.cpp 114 void LinkerBlockAllocator::protect_all(int prot) { function in class:LinkerBlockAllocator
linker.cpp 557 g_soinfo_allocator.protect_all(protection);
558 g_soinfo_links_allocator.protect_all(protection);
559 g_namespace_allocator.protect_all(protection);
560 g_namespace_list_allocator.protect_all(protection);
    [all...]

Completed in 3185 milliseconds