Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h256 bool protect_relro();
Dlinker_main.cpp689 if (!tmp_linker_so.protect_relro()) __linker_cannot_link(args.argv[0]); in __linker_init_post_relocation()
Dlinker.cpp3293 if (!is_linker() && !protect_relro()) { in link_image()
3320 bool soinfo::protect_relro() { in protect_relro() function in soinfo