OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dso_global
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_loadable.cc
18
static void *
dso_global
;
variable in typeref:typename:void *
24
return &
dso_global
;
msan_loadable.cc
18
static void *
dso_global
;
variable in typeref:typename:void *
24
return &
dso_global
;
msan_test.cc
3195
void **
dso_global
= get_dso_global();
local in function:TEST
3196
EXPECT_NOT_POISONED(*
dso_global
);
3197
__msan_poison(
dso_global
, sizeof(*
dso_global
));
3198
EXPECT_POISONED(*
dso_global
);
msan_test.cc
3195
void **
dso_global
= get_dso_global();
local in function:TEST
3196
EXPECT_NOT_POISONED(*
dso_global
);
3197
__msan_poison(
dso_global
, sizeof(*
dso_global
));
3198
EXPECT_POISONED(*
dso_global
);
Completed in 54 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025