halide_get_symbol  204 src/runtime/HalideRuntime.h extern void *halide_get_symbol(const char *name);
halide_get_symbol  212 src/runtime/hexagon_remote/dlib.cpp                     S = (const char *)halide_get_symbol(sym_name);
halide_get_symbol  335 src/runtime/hexagon_remote/dlib.cpp         mmap_fn mmap = (mmap_fn)halide_get_symbol("mmap");
halide_get_symbol  336 src/runtime/hexagon_remote/dlib.cpp         mprotect_fn mprotect = (mprotect_fn)halide_get_symbol("mprotect");
halide_get_symbol  412 src/runtime/hexagon_remote/dlib.cpp         munmap_fn munmap = (munmap_fn)halide_get_symbol("munmap");
halide_get_symbol  170 src/runtime/hexagon_remote/halide_remote.cpp                              halide_get_symbol,
halide_get_symbol  328 src/runtime/hexagon_remote/sim_remote.cpp                              halide_get_symbol,
halide_get_symbol  143 src/runtime/matlab.cpp     T s = (T)halide_get_symbol(name);
halide_get_symbol   86 src/runtime/runtime_api.cpp     (void *)&halide_get_symbol,
halide_get_symbol  107 src/runtime/runtime_internal.h WEAK void *halide_get_symbol(const char *name);