Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp60 SymbolizeCodeContext cbctx; in SymbolizeCode() local
61 internal_memset(&cbctx, 0, sizeof(cbctx)); in SymbolizeCode()
62 cbctx.pc = addr; in SymbolizeCode()
63 go_runtime_cb(CallbackSymbolizeCode, &cbctx); in SymbolizeCode()
64 if (cbctx.res == 0) in SymbolizeCode()
67 info.module_offset = cbctx.off; in SymbolizeCode()
68 info.function = internal_strdup(cbctx.func ? cbctx.func : "??"); in SymbolizeCode()
69 info.file = internal_strdup(cbctx.file ? cbctx.file : "-"); in SymbolizeCode()
70 info.line = cbctx.line; in SymbolizeCode()
73 if (cbctx.pc == addr) // outermost (non-inlined) function in SymbolizeCode()
[all …]
/freebsd-12-stable/crypto/openssh/regress/unittests/hostkeys/
Dtest_iterate.c36 struct cbctx { struct
54 struct cbctx *ctx = (struct cbctx *)_ctx; in check() argument
896 struct cbctx ctx; in test_iterate()
/freebsd-12-stable/crypto/openssh/
Dclientloop.c1618 int local_tun, int remote_tun, channel_open_fn *cb, void *cbctx) in client_request_tun_fwd() argument
1647 channel_register_open_confirm(ssh, c->self, cb, cbctx); in client_request_tun_fwd()