Searched defs:protection (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp507 void ProtectedDataGuard::protect_data(int protection) { argument
508 g_soinfo_allocator.protect_all(protection);
509 g_soinfo_links_allocator.protect_all(protection);
510 g_namespace_allocator.protect_all(protection);
511 g_namespace_list_allocator.protect_all(protection);
3378 // We can also turn on GNU RELRO protection if we're not linking the dynamic linker
3407 DL_ERR("can't enable GNU RELRO protection for \"%s\": %s",

Completed in 66 milliseconds