Searched refs:dlsym (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/tests/system/runtime_loader/test_suite/
H A Dload_lookup_next18 # Expected: dlsym(RTLD_NEXT) finds symbol in order liba.so, libb.so, libd.so
31 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
47 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
64 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
H A Ddlopen_lookup_next111 # Expected: dlsym(RTLD_NEXT) finds symbol in order libe.so, liba.so, libb.so,
35 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
51 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
67 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
86 *(void**)&nextA = dlsym(RTLD_NEXT, "a");
H A Ddlopen_resolve_basic145 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_basic252 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_basic362 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_order162 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_lookup_order175 a = (int (*)())dlsym(self, "a");
H A Ddlopen_lookup_order275 a = (int (*)())dlsym(self, "a");
H A Ddlopen_lookup_order371 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_lookup_order475 a = (int (*)())dlsym(self, "a");
H A Ddlopen_resolve_order272 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_order369 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_order479 a = (int (*)())dlsym(liba, "a");
H A Ddlopen_resolve_order589 a = (int (*)())dlsym(libe, "a");
H A Ddlopen_resolve_order697 a = (int (*)())dlsym(libe, "a");
H A Ddlopen_resolve_order769 a = (int (*)())dlsym(liba, "a");
/haiku-fatelf/headers/posix/
H A Ddlfcn.h17 /* not-yet-POSIX extensions (dlsym() handles) */
38 extern void *dlsym(void *image, const char *symbolName);
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dposix_error_mapper.h16 = (returnValue (*)parameters)dlsym(RTLD_DEFAULT, #function)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlibunwind-frame.c339 unw_get_reg_p = dlsym (handle, get_reg_name);
343 unw_get_fpreg_p = dlsym (handle, get_fpreg_name);
347 unw_get_saveloc_p = dlsym (handle, get_saveloc_name);
351 unw_step_p = dlsym (handle, step_name);
355 unw_init_remote_p = dlsym (handle, init_remote_name);
359 unw_create_addr_space_p = dlsym (handle, create_addr_space_name);
363 unw_search_unwind_table_p = dlsym (handle, search_unwind_table_name);
367 unw_find_dyn_list_p = dlsym (handle, find_dyn_list_name);
H A Dthread-db.c422 void *sym = dlsym (handle, name);
500 td_ta_event_addr_p = dlsym (handle, "td_ta_event_addr");
501 td_ta_set_event_p = dlsym (handle, "td_ta_set_event");
502 td_ta_event_getmsg_p = dlsym (handle, "td_ta_event_getmsg");
503 td_thr_event_enable_p = dlsym (handle, "td_thr_event_enable");
504 td_thr_tls_get_addr_p = dlsym (handle, "td_thr_tls_get_addr");
/haiku-fatelf/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp34 = (symbolType)dlsym(imageHandle, "CreateInstance");
/haiku-fatelf/src/system/libroot/posix/
H A Ddlfcn.c37 dlsym(void *handle, char const *name) function
117 return dlsym(handle, name);
/haiku-fatelf/src/libs/glut/
H A Dglut_vidresize.c76 func = (void (*)(void)) dlsym(glxDso, "glXQueryChannelDeltasSGIX");
/haiku-fatelf/src/bin/gawk/
H A Dext.c80 func = (NODE *(*) P((NODE *, void *))) dlsym(dl, fun->stptr);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dpdflibdl.c100 return dlsym(handle, funcname);
170 * Special handle arguments for dlsym().
251 /* dlsymIntern is used by dlsym to find the symbol */
317 /* dlsym, prepend the underscore and call dlsymIntern */

Completed in 71 milliseconds

12