Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp159 ASSERT_EQ(0x2000U, load_data.table_offset); in SinglePtLoad()
218 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoads()
223 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoads()
228 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoads()
287 ASSERT_EQ(0x2000U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
292 ASSERT_EQ(0x2001U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
297 ASSERT_EQ(0x2002U, load_data.table_offset); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
358 ASSERT_EQ(0x2001U, load_data.table_offset); in NonExecutablePtLoads()
432 ASSERT_EQ(0x2000U, load_data.table_offset); in ManyPhdrs()
/system/core/libunwindstack/tools/
Dunwind_info.cpp48 uint64_t load_bias = entry.second.table_offset; in DumpArm()
/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()