OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc
59
SymbolizeCodeContext
cbctx
;
local in function:__tsan::SymbolizeCode
60
internal_memset(&
cbctx
, 0, sizeof(
cbctx
));
61
cbctx
.pc = addr;
62
go_runtime_cb(CallbackSymbolizeCode, &
cbctx
);
63
if (
cbctx
.res) {
65
info.module_offset =
cbctx
.off;
66
info.function = internal_strdup(
cbctx
.func ?
cbctx
.func : "??");
67
info.file = internal_strdup(
cbctx
.file ? cbctx.file : "-")
86
SymbolizeDataContext
cbctx
;
local in function:__tsan::SymbolizeData
[
all
...]
tsan_go.cc
59
SymbolizeCodeContext
cbctx
;
local in function:__tsan::SymbolizeCode
60
internal_memset(&
cbctx
, 0, sizeof(
cbctx
));
61
cbctx
.pc = addr;
62
go_runtime_cb(CallbackSymbolizeCode, &
cbctx
);
63
if (
cbctx
.res) {
65
info.module_offset =
cbctx
.off;
66
info.function = internal_strdup(
cbctx
.func ?
cbctx
.func : "??");
67
info.file = internal_strdup(
cbctx
.file ? cbctx.file : "-")
86
SymbolizeDataContext
cbctx
;
local in function:__tsan::SymbolizeData
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025