Home
last modified time | relevance | path

Searched refs:protect_data (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_main.h45 void protect_data(int protection);
Dlinker.cpp466 protect_data(PROT_READ | PROT_WRITE); in ProtectedDataGuard()
476 protect_data(PROT_READ); in ~ProtectedDataGuard()
480 void ProtectedDataGuard::protect_data(int protection) { in protect_data() function in ProtectedDataGuard