Searched refs:table_offset (Results 1 – 3 of 3) sorted by relevance
177 ASSERT_EQ(0x2000U, load_data.table_offset); in SinglePtLoad()234 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoads()239 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoads()244 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoads()301 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()306 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()311 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()370 ASSERT_EQ(0x2001U, load_data.table_offset); in NonExecutablePtLoads()442 ASSERT_EQ(0x2000U, load_data.table_offset); in ManyPhdrs()
40 uint64_t table_offset; member
51 uint64_t start = entry.second.table_offset; in IsValidPc()