Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h85 uint64_t eh_frame_size() { return eh_frame_size_; } in eh_frame_size() function
/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp993 EXPECT_EQ(0x800U, elf->eh_frame_size()); in InitSectionHeadersOffsets()