Home | History | Annotate | Download | only in tests

Lines Matching refs:dso_global

2931     void **dso_global = get_dso_global();
2932 EXPECT_NOT_POISONED(*dso_global);
2933 __msan_poison(dso_global, sizeof(*dso_global));
2934 EXPECT_POISONED(*dso_global);