Home
last modified time | relevance | path

Searched defs:protect_all (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.h91 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all() function
Dlinker_block_allocator.cpp114 void LinkerBlockAllocator::protect_all(int prot) { in protect_all() function in LinkerBlockAllocator
Dlinker_block_allocator_test.cpp119 static void protect_all() { in protect_all() function