Searched refs:_dl_stat (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 91 static __always_inline int _dl_stat(const char *file_name, in _syscall3() 98 static __always_inline _syscall2(int, _dl_stat, const char *, file_name,
|
/l4re-core-master/ldso/ldso/ |
A D | dl-syscall.h | 30 L4RE_CALL(int _dl_stat(const char *path, struct stat * buf));
|
A D | syscalls.cc | 32 L4RE_CALL(int _dl_stat(const char *p, struct stat *buf)) in L4RE_CALL()
|
/l4re-core-master/ldso/libdl/ |
A D | dl-syscall.h | 18 _dl_stat(const char *path, struct stat * buf) in _dl_stat() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | ldso.c | 415 if (_dl_stat(tpnt->libname, &st) >= 0) { in add_ldso() 995 if (_dl_stat(LDSO_PRELOAD, &st) || st.st_size == 0) { in _dl_get_ready_to_run()
|
A D | dl-elf.c | 53 if (_dl_stat(LDSO_CACHE, &st) in _dl_map_cache()
|
Completed in 32 milliseconds