Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Dreloc.c157 if (_rtld_relro(dstobj, true) == -1) in _rtld_do_copy_relocations()
235 if (_rtld_relro(obj, false) == -1) in _rtld_relocate_objects()
H A Drtld.h407 int _rtld_relro(const Obj_Entry *, bool);
H A Drtld.c1804 _rtld_relro(const Obj_Entry *obj, bool wantmain) in _rtld_relro() function