Home
last modified time | relevance | path

Searched refs:cbctx (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp56 SymbolizeCodeContext cbctx; in SymbolizeCode() local
57 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 …]
/src/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c36 struct cbctx { struct
54 struct cbctx *ctx = (struct cbctx *)_ctx; in check() argument
905 struct cbctx ctx; in test_iterate()
/src/crypto/openssh/
H A Dclientloop.c1845 int local_tun, int remote_tun, channel_open_fn *cb, void *cbctx) in client_request_tun_fwd() argument
1874 channel_register_open_confirm(ssh, c->self, cb, cbctx); in client_request_tun_fwd()