mmap_dlsym 12 src/runtime/hexagon_remote/dlib.h void *mmap_dlsym(void *dlib, const char *name); mmap_dlsym 152 src/runtime/hexagon_remote/halide_remote.cpp set_runtime = (set_runtime_t)mmap_dlsym(lib, "halide_noos_set_runtime"); mmap_dlsym 358 src/runtime/hexagon_remote/halide_remote.cpp *sym_ptr= reinterpret_cast<handle_t>(mmap_dlsym(reinterpret_cast<void*>(module_ptr), name)); mmap_dlsym 311 src/runtime/hexagon_remote/sim_remote.cpp set_runtime = (set_runtime_t)mmap_dlsym(lib, "halide_noos_set_runtime"); mmap_dlsym 348 src/runtime/hexagon_remote/sim_remote.cpp return reinterpret_cast<handle_t>(mmap_dlsym(reinterpret_cast<void *>(module_ptr), name));