handle_t          121 src/runtime/hexagon_remote/halide_remote.cpp int halide_hexagon_remote_initialize_kernels_v3(const unsigned char *code, int codeLen, handle_t *module_ptr) {
handle_t          183 src/runtime/hexagon_remote/halide_remote.cpp     *module_ptr = reinterpret_cast<handle_t>(lib);
handle_t          354 src/runtime/hexagon_remote/halide_remote.cpp int halide_hexagon_remote_get_symbol_v4(handle_t module_ptr, const char* name, int nameLen, handle_t *sym_ptr) {
handle_t          356 src/runtime/hexagon_remote/halide_remote.cpp        *sym_ptr = reinterpret_cast<handle_t>(dlsym(reinterpret_cast<void*>(module_ptr), name));
handle_t          358 src/runtime/hexagon_remote/halide_remote.cpp         *sym_ptr= reinterpret_cast<handle_t>(mmap_dlsym(reinterpret_cast<void*>(module_ptr), name));
handle_t          364 src/runtime/hexagon_remote/halide_remote.cpp int halide_hexagon_remote_run(handle_t module_ptr, handle_t function,
handle_t          416 src/runtime/hexagon_remote/halide_remote.cpp int halide_hexagon_remote_release_kernels_v2(handle_t module_ptr) {
handle_t          333 src/runtime/hexagon_remote/sim_host.cpp int halide_hexagon_remote_initialize_kernels_v3(const unsigned char *code, int codeLen, handle_t *module_ptr) {
handle_t          354 src/runtime/hexagon_remote/sim_host.cpp int halide_hexagon_remote_get_symbol_v4(handle_t module_ptr, const char* name, int nameLen, handle_t* sym) {
handle_t          369 src/runtime/hexagon_remote/sim_host.cpp int halide_hexagon_remote_run(handle_t module_ptr, handle_t function,
handle_t          426 src/runtime/hexagon_remote/sim_host.cpp int halide_hexagon_remote_release_kernels_v2(handle_t module_ptr) {
handle_t          272 src/runtime/hexagon_remote/sim_remote.cpp int initialize_kernels(const unsigned char *code, int codeLen, bool use_dlopenbuf, handle_t *module_ptr) {
handle_t          340 src/runtime/hexagon_remote/sim_remote.cpp     *module_ptr = reinterpret_cast<handle_t>(lib);
handle_t          344 src/runtime/hexagon_remote/sim_remote.cpp handle_t get_symbol(handle_t module_ptr, const char* name, int nameLen, bool use_dlopenbuf) {
handle_t          346 src/runtime/hexagon_remote/sim_remote.cpp         return reinterpret_cast<handle_t>(dlsym(reinterpret_cast<void *>(module_ptr), name));
handle_t          348 src/runtime/hexagon_remote/sim_remote.cpp         return reinterpret_cast<handle_t>(mmap_dlsym(reinterpret_cast<void *>(module_ptr), name));
handle_t          352 src/runtime/hexagon_remote/sim_remote.cpp int run(handle_t module_ptr, handle_t function,
handle_t          393 src/runtime/hexagon_remote/sim_remote.cpp int release_kernels(handle_t module_ptr, bool use_dlopenbuf) {
handle_t          456 src/runtime/hexagon_remote/sim_remote.cpp                 reinterpret_cast<handle_t*>(RPC_ARG(3))));
handle_t          460 src/runtime/hexagon_remote/sim_remote.cpp                 static_cast<handle_t>(RPC_ARG(0)),
handle_t          467 src/runtime/hexagon_remote/sim_remote.cpp                 static_cast<handle_t>(RPC_ARG(0)),
handle_t          468 src/runtime/hexagon_remote/sim_remote.cpp                 static_cast<handle_t>(RPC_ARG(1)),
handle_t          478 src/runtime/hexagon_remote/sim_remote.cpp                 static_cast<handle_t>(RPC_ARG(0)),