Searched refs:_rtld_relro (Results 1 – 3 of 3) sorted by relevance
157 if (_rtld_relro(dstobj, true) == -1) in _rtld_do_copy_relocations()235 if (_rtld_relro(obj, false) == -1) in _rtld_relocate_objects()
407 int _rtld_relro(const Obj_Entry *, bool);
1804 _rtld_relro(const Obj_Entry *obj, bool wantmain) in _rtld_relro() function