Home | History | Annotate | Download | only in tests

Lines Matching full:dso_global

2040     void **dso_global = get_dso_global();
2041 EXPECT_NOT_POISONED(*dso_global);
2042 __msan_poison(dso_global, sizeof(*dso_global));
2043 EXPECT_POISONED(*dso_global);