Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dpaxldso.h27 extern char *ldso_cache_lookup_lib(elfobj *elf, const char *fname);
29 static inline char *ldso_cache_lookup_lib(__unused__ elfobj *elf, __unused__ const char *fname) in ldso_cache_lookup_lib() function
H A Dpaxldso.c243 char *ldso_cache_lookup_lib(elfobj *elf, const char *fname) in ldso_cache_lookup_lib() function
477 const char *lib = ldso_cache_lookup_lib(elf, search); in main()
H A Dscanelf.c989 if ((p = ldso_cache_lookup_lib(elf, needed)) != NULL) \ in scanelf_file_needed_lib()