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.cpp464 ProtectedDataGuard::ProtectedDataGuard() { in ProtectedDataGuard() function in ProtectedDataGuard
474 ProtectedDataGuard::~ProtectedDataGuard() { in ~ProtectedDataGuard()
480 void ProtectedDataGuard::protect_data(int protection) { in protect_data()
487 size_t ProtectedDataGuard::ref_count_ = 0;
2010 ProtectedDataGuard guard; in increment_dso_handle_reference_counter()
2033 ProtectedDataGuard guard; in decrement_dso_handle_reference_counter()
2229 ProtectedDataGuard guard; in do_dlopen()
2380 ProtectedDataGuard guard; in do_dlclose()
2416 ProtectedDataGuard guard; in init_anonymous_namespace()
2484 ProtectedDataGuard guard; in create_namespace()
[all …]
Dlinker_main.cpp307 ProtectedDataGuard guard; in linker_main()