Home
last modified time | relevance | path

Searched refs:debug_frame_offset (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h115 uint64_t debug_frame_offset() { return debug_frame_offset_; } in debug_frame_offset() function
/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp825 EXPECT_EQ(0U, elf->debug_frame_offset()); in InitSectionHeadersMalformedSymData()
897 EXPECT_EQ(0U, elf->debug_frame_offset()); in InitSectionHeaders()
1014 EXPECT_EQ(0x6000U, elf->debug_frame_offset()); in InitSectionHeadersOffsets()
1264 EXPECT_EQ(offset, elf->debug_frame_offset()); in InitSectionHeadersOffsetsDebugFrameSectionBias()