Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp198 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()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h40 uint64_t table_offset; member
/system/core/libunwindstack/
DElfInterface.cpp51 uint64_t start = entry.second.table_offset; in IsValidPc()