Home
last modified time | relevance | path

Searched refs:dlsym (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Difuncmain3.c53 p = dlsym (h, "foo"); in main()
62 f = dlsym (h, "get_foo_p"); in main()
69 ret = dlsym (h, "ret_foo"); in main()
84 f = dlsym (h, "get_foo_hidden_p"); in main()
91 ret = dlsym (h, "ret_foo_hidden"); in main()
104 f = dlsym (h, "get_foo_protected_p"); in main()
111 ret = dlsym (h, "ret_foo_protected"); in main()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Ddl6dmain.c20 fcn = (void (*)(void)) dlsym(handle, "foo"); in main()
Ddl6cmain.c20 fcn = (void (*)(void)) dlsym(handle, "foo"); in main()
Ddl6bmain.c20 fcn = (void (*)(void)) dlsym(handle, "foo"); in main()
Ddl6amain.c20 fcn = (void (*)(void)) dlsym(handle, "foo"); in main()
Ddl1main.c20 fcn = (void (*)(void)) dlsym(handle, "foo"); in main()
/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c52 dlsym (void *handle, const char *name) in dlsym() function
221 onload = dlsym (plugin_handle, "onload"); in try_load_plugin()
DChangeLog-20122449 (dlsym): Likewise.
/toolchain/binutils/binutils-2.25/ld/
Dplugin.c145 dlsym (void *handle, const char *name) in dlsym() function
817 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "onload"); in plugin_load_plugins()
819 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "_onload"); in plugin_load_plugins()
DChangeLog-2010428 [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise trivial
430 [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise FreeLibrary.
DChangeLog-201267 dlsym error and report error with dlerror (). Don't use
/toolchain/binutils/binutils-2.25/gold/
Dplugin.cc50 dlsym(void *handle, const char *name) in dlsym() function
184 void* ptr = dlsym(this->handle_, "onload"); in load()
/toolchain/binutils/binutils-2.25/
Dlibtool.m41681 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
1684 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;