HomeSort by relevance Sort by last modified time
    Searched refs:ProtectedDataGuard (Results 1 - 3 of 3) 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...]
linker_main.cpp 237 ProtectedDataGuard guard;

Completed in 165 milliseconds