Home
last modified time | relevance | path

Searched refs:executable_start (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/android/linker/
H A Dlinker_unittest.cc223 uintptr_t executable_start = reinterpret_cast<uintptr_t>(&__executable_start); in TEST_F() local
224 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() local
242 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() local
257 LibraryRangeFinder finder(executable_start); in TEST_F()
265 lib_info2.set_load_address(executable_start); in TEST_F()