Home | History | Annotate | Download | only in tests

Lines Matching refs:dso_global

2978     void **dso_global = get_dso_global();
2979 EXPECT_NOT_POISONED(*dso_global);
2980 __msan_poison(dso_global, sizeof(*dso_global));
2981 EXPECT_POISONED(*dso_global);