write_memory 197 src/runtime/hexagon_remote/sim_host.cpp if (write_memory(remote_msg, &msg, 4) != 0) { return -1; } write_memory 208 src/runtime/hexagon_remote/sim_host.cpp if (write_memory(remote_arg, &arguments[i], 4) != 0) { return -1; } write_memory 298 src/runtime/hexagon_remote/sim_host.cpp write_memory(this->data, data, dataLen);