Searched refs:_dlsym (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/
H A D_libkernel_init.c36 void* (*_dlsym)(void*, const char*) __attribute__((visibility("hidden"))); variable
49 _dlsym = fns.dlsym;
/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.h62 extern void* (*_dlsym)(void*, const char*);
H A Dexc_catcher.c55 exc_raise_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise");
H A Dexc_catcher_state.c59 exc_raise_state_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise_state");
H A Dexc_catcher_state_identity.c61 exc_raise_state_identity_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise_state_identity");

Completed in 45 milliseconds