Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.h75 void protect_all(int prot) { block_allocator_.protect_all(prot); } in protect_all() function
Dlinker_block_allocator.cpp89 void LinkerBlockAllocator::protect_all(int prot) { in protect_all() function in LinkerBlockAllocator
/bionic/linker/tests/
Dlinker_block_allocator_test.cpp101 static void protect_all() { in protect_all() function