Home
last modified time | relevance | path

Searched refs:_dl_open (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/ldso/ldso/
A Dvfs.cc52 static Dl_open *_dl_open; variable
73 if (!_dl_open) in load_module()
75_dl_open = (Dl_open*)_dl_find_hash("dlopen", _dl_symbol_tables, NULL, ELF_RTYPE_CLASS_PLT, NULL); in load_module()
76 if (!_dl_open) in load_module()
95 return _dl_open(name, RTLD_LOCAL | RTLD_LAZY) ? 0 : -1; in load_module()
A Dsyscalls.cc13 extern "C" attribute_hidden int _dl_open(char const *path, int flags, int mode);
98 L4RE_CALL(int _dl_open(char const *path, int flags, int mode)) in L4RE_CALL()
A Ddl-syscall.h33 L4RE_CALL(int _dl_open(char const *path, int flags, int mode));
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-syscall.h62 static __always_inline int _dl_open(const char *fn, in _syscall1()
70 static __always_inline _syscall3(int, _dl_open, const char *, fn, int, flags,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Ddl-osinfo.h30 # define OPEN _dl_open
/l4re-core-master/ldso/libdl/
A Ddl-syscall.h54 _dl_open(char const *path, int flags, int mode) in _dl_open() function
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-elf.c54 || (fd = _dl_open(LDSO_CACHE, O_RDONLY|O_CLOEXEC, 0)) < 0) { in _dl_map_cache()
472 infile = _dl_open(libname, O_RDONLY, 0);
A Dldso.c873 _dl_debug_file = _dl_open(filename, O_WRONLY|O_CREAT, 0644); in _dl_get_ready_to_run()
999 if ((fd = _dl_open(LDSO_PRELOAD, O_RDONLY, 0)) < 0) { in _dl_get_ready_to_run()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat32 (do_dlopen): Pass mode from parameter structure to _dl_open.

Completed in 12 milliseconds