Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h117 uint64_t debug_frame_size() { return debug_frame_size_; } in debug_frame_size() function
/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp826 EXPECT_EQ(0U, elf->debug_frame_size()); in InitSectionHeadersMalformedSymData()
898 EXPECT_EQ(0U, elf->debug_frame_size()); in InitSectionHeaders()
1016 EXPECT_EQ(0x500U, elf->debug_frame_size()); in InitSectionHeadersOffsets()
1266 EXPECT_EQ(0x800U, elf->debug_frame_size()); in InitSectionHeadersOffsetsDebugFrameSectionBias()