Searched refs:dso_global (Results 1 – 2 of 2) sorted by relevance
18 static void *dso_global; variable24 return &dso_global; in get_dso_global()
2978 void **dso_global = get_dso_global(); in TEST() local2979 EXPECT_NOT_POISONED(*dso_global); in TEST()2980 __msan_poison(dso_global, sizeof(*dso_global)); in TEST()2981 EXPECT_POISONED(*dso_global); in TEST()