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

  /bionic/linker/
linker_main.h 37 class ProtectedDataGuard {
39 ProtectedDataGuard();
40 ~ProtectedDataGuard();
linker.cpp 491 ProtectedDataGuard::ProtectedDataGuard() {
501 ProtectedDataGuard::~ProtectedDataGuard() {
507 void ProtectedDataGuard::protect_data(int protection) {
514 size_t ProtectedDataGuard::ref_count_ = 0;
    [all...]
linker_main.cpp 212 ProtectedDataGuard guard;

Completed in 205 milliseconds