Searched refs:table_offset (Results 1 – 3 of 3) sorted by relevance
206 ASSERT_EQ(0x2000U, load_data.table_offset); in SinglePtLoad()263 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoads()268 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoads()273 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoads()330 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()335 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()340 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()399 ASSERT_EQ(0x2001U, load_data.table_offset); in NonExecutablePtLoads()470 ASSERT_EQ(0x2000U, load_data.table_offset); in ManyPhdrs()
41 uint64_t table_offset; member
52 uint64_t start = entry.second.table_offset; in IsValidPc()