Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp206 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()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h41 uint64_t table_offset; member
/system/unwinding/libunwindstack/
DElfInterface.cpp52 uint64_t start = entry.second.table_offset; in IsValidPc()