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.cpp432 protect_data(PROT_READ | PROT_WRITE); in ProtectedDataGuard()
442 protect_data(PROT_READ); in ~ProtectedDataGuard()
446 void ProtectedDataGuard::protect_data(int protection) { in protect_data() function in ProtectedDataGuard