Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Dload.c348 _rtld_preload(const char *preload_path) in _rtld_preload() function
H A Drtld.h420 int _rtld_preload(const char *);
H A Drtld.c724 if (_rtld_preload(ld_preload) == -1) in _rtld()