Searched refs:cbctx (Results 1 – 3 of 3) sorted by relevance
56 SymbolizeCodeContext cbctx; in SymbolizeCode() local57 internal_memset(&cbctx, 0, sizeof(cbctx)); in SymbolizeCode()58 cbctx.pc = addr; in SymbolizeCode()59 go_runtime_cb(CallbackSymbolizeCode, &cbctx); in SymbolizeCode()60 if (cbctx.res == 0) in SymbolizeCode()63 info.module_offset = cbctx.off; in SymbolizeCode()64 info.function = internal_strdup(cbctx.func ? cbctx.func : "??"); in SymbolizeCode()65 info.file = internal_strdup(cbctx.file ? cbctx.file : "-"); in SymbolizeCode()66 info.line = cbctx.line; in SymbolizeCode()69 if (cbctx.pc == addr) // outermost (non-inlined) function in SymbolizeCode()[all …]
36 struct cbctx { struct54 struct cbctx *ctx = (struct cbctx *)_ctx; in check() argument905 struct cbctx ctx; in test_iterate()
1845 int local_tun, int remote_tun, channel_open_fn *cb, void *cbctx) in client_request_tun_fwd() argument1874 channel_register_open_confirm(ssh, c->self, cb, cbctx); in client_request_tun_fwd()