Searched refs:dso_global (Results 1 – 2 of 2) sorted by relevance
17 static void *dso_global; variable23 return &dso_global; in get_dso_global()
3225 void **dso_global = get_dso_global(); in TEST() local3226 EXPECT_NOT_POISONED(*dso_global); in TEST()3227 __msan_poison(dso_global, sizeof(*dso_global)); in TEST()3228 EXPECT_POISONED(*dso_global); in TEST()