Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.h39 class ProtectedDataGuard {
41 ProtectedDataGuard();
42 ~ProtectedDataGuard();
Dlinker.cpp540 ProtectedDataGuard::ProtectedDataGuard() { in ProtectedDataGuard() function in ProtectedDataGuard
550 ProtectedDataGuard::~ProtectedDataGuard() { in ~ProtectedDataGuard()
556 void ProtectedDataGuard::protect_data(int protection) { in protect_data()
563 size_t ProtectedDataGuard::ref_count_ = 0;
2076 ProtectedDataGuard guard; in increment_dso_handle_reference_counter()
2099 ProtectedDataGuard guard; in decrement_dso_handle_reference_counter()
2275 ProtectedDataGuard guard; in do_dlopen()
2429 ProtectedDataGuard guard; in do_dlclose()
2454 ProtectedDataGuard guard; in init_anonymous_namespace()
2506 ProtectedDataGuard guard; in create_namespace()
[all …]
Dlinker_main.cpp296 ProtectedDataGuard guard;