Searched refs:executable_start (Results 1 – 1 of 1) sorted by relevance
223 uintptr_t executable_start = reinterpret_cast<uintptr_t>(&__executable_start); in TEST_F() local224 lib_info.set_load_address(executable_start); in TEST_F()227 EXPECT_EQ(executable_start, lib_info.load_address()); in TEST_F()230 EXPECT_LE(executable_start, inside_library); in TEST_F()241 uintptr_t executable_start = reinterpret_cast<uintptr_t>(&__executable_start); in TEST_F() local242 other_lib_info.set_load_address(executable_start); in TEST_F()256 uintptr_t executable_start = reinterpret_cast<uintptr_t>(&__executable_start); in TEST_F() local257 LibraryRangeFinder finder(executable_start); in TEST_F()265 lib_info2.set_load_address(executable_start); in TEST_F()