OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dso_global
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/msan/tests/
msan_loadable.cc
18
static void *
dso_global
;
variable
28
if (
dso_global
== NULL)
29
dso_global
= malloc(4);
36
free(
dso_global
);
42
return &
dso_global
;
msan_test.cc
2751
void **
dso_global
= get_
dso_global
();
local
[
all
...]
Completed in 62 milliseconds