HomeSort by relevance Sort by last modified time
    Searched defs:ProtectedDataGuard (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_main.h 39 class ProtectedDataGuard {
41 ProtectedDataGuard();
42 ~ProtectedDataGuard();
linker.cpp 503 ProtectedDataGuard::ProtectedDataGuard() {
513 ProtectedDataGuard::~ProtectedDataGuard() {
519 void ProtectedDataGuard::protect_data(int protection) {
526 size_t ProtectedDataGuard::ref_count_ = 0;
    [all...]

Completed in 186 milliseconds