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.cpp430 ProtectedDataGuard::ProtectedDataGuard() { in ProtectedDataGuard() function in ProtectedDataGuard
440 ProtectedDataGuard::~ProtectedDataGuard() { in ~ProtectedDataGuard()
446 void ProtectedDataGuard::protect_data(int protection) { in protect_data()
453 size_t ProtectedDataGuard::ref_count_ = 0;
1963 ProtectedDataGuard guard; in increment_dso_handle_reference_counter()
1986 ProtectedDataGuard guard; in decrement_dso_handle_reference_counter()
2162 ProtectedDataGuard guard; in do_dlopen()
2313 ProtectedDataGuard guard; in do_dlclose()
2349 ProtectedDataGuard guard; in init_anonymous_namespace()
2417 ProtectedDataGuard guard; in create_namespace()
[all …]
Dlinker_main.cpp301 ProtectedDataGuard guard; in linker_main()