Searched refs:dl_oatlastword (Results 1 – 1 of 1) sorted by relevance
63 void* dl_oatlastword = NULL; in TEST_F() local79 dl_oatlastword = dlsym(dl_oat_so, "oatlastword"); in TEST_F()80 ASSERT_TRUE(dl_oatlastword != NULL); in TEST_F()81 ASSERT_LT(dl_oatexec, dl_oatlastword); in TEST_F()95 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatlastword, "oatlastword", false); in TEST_F()103 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatlastword, "oatlastword", true); in TEST_F()112 EXPECT_EQ(dl_oatlastword, ef->FindDynamicSymbolAddress("oatlastword")); in TEST_F()