HomeSort by relevance Sort by last modified time
    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 2040 void **dso_global = get_dso_global(); local
    [all...]

Completed in 240 milliseconds