Lines Matching defs:dso_handle
799 void *dso_handle) {
801 dso_handle);
810 void __orc_rt_elfnix_cxa_finalize(void *dso_handle) {
811 ELFNixPlatformRuntimeState::get().runAtExits(dso_handle);
826 int __orc_rt_elfnix_jit_dlupdate(void *dso_handle) {
827 return ELFNixPlatformRuntimeState::get().dlupdate(dso_handle);
830 int __orc_rt_elfnix_jit_dlclose(void *dso_handle) {
831 return ELFNixPlatformRuntimeState::get().dlclose(dso_handle);
834 void *__orc_rt_elfnix_jit_dlsym(void *dso_handle, const char *symbol) {
835 return ELFNixPlatformRuntimeState::get().dlsym(dso_handle, symbol);