Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp1024 EXPECT_EQ(0xa000U, elf->eh_frame_hdr_info().offset); in InitSectionHeadersOffsets()
1025 EXPECT_EQ(0, elf->eh_frame_hdr_info().bias); in InitSectionHeadersOffsets()
1026 EXPECT_EQ(0xf00U, elf->eh_frame_hdr_info().size); in InitSectionHeadersOffsets()
1027 EXPECT_EQ(0U, elf->eh_frame_hdr_info().flags); in InitSectionHeadersOffsets()
1098 EXPECT_EQ(0x8000U, elf->eh_frame_hdr_info().offset); in InitSectionHeadersOffsetsEhFrameSectionBias()
1099 EXPECT_EQ(0, elf->eh_frame_hdr_info().bias); in InitSectionHeadersOffsetsEhFrameSectionBias()
1100 EXPECT_EQ(0x800U, elf->eh_frame_hdr_info().size); in InitSectionHeadersOffsetsEhFrameSectionBias()
1101 EXPECT_EQ(0U, elf->eh_frame_hdr_info().flags); in InitSectionHeadersOffsetsEhFrameSectionBias()
1191 EXPECT_EQ(offset, elf->eh_frame_hdr_info().offset); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1192 EXPECT_EQ(expected_bias, elf->eh_frame_hdr_info().bias); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
[all …]
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h120 const SectionInfo& eh_frame_hdr_info() { return eh_frame_hdr_info_; } in eh_frame_hdr_info() function