Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h93 uint64_t debug_frame_size() { return debug_frame_size_; } in debug_frame_size() function
/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp818 EXPECT_EQ(0U, elf->debug_frame_size()); in InitSectionHeadersMalformedSymData()
890 EXPECT_EQ(0U, elf->debug_frame_size()); in InitSectionHeaders()
1008 EXPECT_EQ(0x500U, elf->debug_frame_size()); in InitSectionHeadersOffsets()
1258 EXPECT_EQ(0x800U, elf->debug_frame_size()); in InitSectionHeadersOffsetsDebugFrameSectionBias()