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 540 ProtectedDataGuard::ProtectedDataGuard() {
550 ProtectedDataGuard::~ProtectedDataGuard() {
556 void ProtectedDataGuard::protect_data(int protection) {
563 size_t ProtectedDataGuard::ref_count_ = 0;
    [all...]
linker_main.cpp 296 ProtectedDataGuard guard;

Completed in 69 milliseconds