Lines Matching defs:dso_handle
810 "dso_handle %p\n",
1496 void *dso_handle) {
1497 return MachOPlatformRuntimeState::get().registerAtExit(func, arg, dso_handle);
1500 void __orc_rt_macho_cxa_finalize(void *dso_handle) {
1501 MachOPlatformRuntimeState::get().runAtExits(dso_handle);
1516 int __orc_rt_macho_jit_dlupdate(void *dso_handle) {
1517 return MachOPlatformRuntimeState::get().dlupdate(dso_handle);
1520 int __orc_rt_macho_jit_dlclose(void *dso_handle) {
1521 return MachOPlatformRuntimeState::get().dlclose(dso_handle);
1524 void *__orc_rt_macho_jit_dlsym(void *dso_handle, const char *symbol) {
1525 return MachOPlatformRuntimeState::get().dlsym(dso_handle, symbol);