Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp177 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()
/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()