Home
last modified time | relevance | path

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

/dlfcn/
A Ddlsym.c28 const char *name; member
40 args->sym = _dl_sym (args->handle, args->name, args->who); in dlsym_doit()
44 dlsym_implementation (void *handle, const char *name, void *dl_caller) in dlsym_implementation() argument
49 args.name = name; in dlsym_implementation()
63 ___dlsym (void *handle, const char *name) in ___dlsym() argument
66 return GLRO (dl_dlfcn_hook)->dlsym (handle, name, RETURN_ADDRESS (0)); in ___dlsym()
68 return dlsym_implementation (handle, name, RETURN_ADDRESS (0)); in ___dlsym()
79 __dlsym (void *handle, const char *name, void *dl_caller) in __dlsym() argument
81 return dlsym_implementation (handle, name, dl_caller); in __dlsym()
85 ___dlsym (void *handle, const char *name) in ___dlsym() argument
[all …]
A Ddlvsym.c28 const char *name; member
41 args->sym = _dl_vsym (args->handle, args->name, args->version, args->who); in dlvsym_doit()
45 dlvsym_implementation (void *handle, const char *name, const char *version, in dlvsym_implementation() argument
51 args.name = name; in dlvsym_implementation()
66 ___dlvsym (void *handle, const char *name, const char *version) in ___dlvsym() argument
69 return GLRO (dl_dlfcn_hook)->dlvsym (handle, name, version, in ___dlvsym()
72 return dlvsym_implementation (handle, name, version, RETURN_ADDRESS (0)); in ___dlvsym()
83 __dlvsym (void *handle, const char *name, const char *version, void *dl_caller) in __dlvsym() argument
85 return dlvsym_implementation (handle, name, version, dl_caller); in __dlvsym()
89 ___dlvsym (void *handle, const char *name, const char *version) in ___dlvsym() argument
[all …]
A Dglrefmain.c27 load (const char *name) in load() argument
29 void *d = dlopen (name, RTLD_LAZY | RTLD_GLOBAL); in load()
31 error (EXIT_FAILURE, errno, "cannot load `%s'", name); in load()

Completed in 5 milliseconds