Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp787 protect_data(PROT_READ | PROT_WRITE); in ProtectedDataGuard()
797 protect_data(PROT_READ); in ~ProtectedDataGuard()
801 void protect_data(int protection) { in protect_data() function in ProtectedDataGuard