Searched refs:table_offset (Results 1 – 3 of 3) sorted by relevance
198 ASSERT_EQ(0x2000U, load_data.table_offset); in SinglePtLoad()255 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoads()260 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoads()265 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoads()322 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()327 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()332 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()391 ASSERT_EQ(0x2001U, load_data.table_offset); in NonExecutablePtLoads()462 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()