Home
last modified time | relevance | path

Searched refs:segment_size (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp79 EXPECT_EQ(0U, cie->segment_size); in TYPED_TEST_P()
118 EXPECT_EQ(0U, cie->segment_size); in TYPED_TEST_P()
DDwarfDebugFrameTest.cpp419 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
447 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
458 static void VerifyCieVersion(const DwarfCie* cie, uint8_t version, uint8_t segment_size, in VerifyCieVersion() argument
464 EXPECT_EQ(segment_size, cie->segment_size); in VerifyCieVersion()
589 EXPECT_EQ(0U, cie->segment_size); in VerifyCieAugment()
DDwarfEhFrameWithHdrTest.cpp388 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
426 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
/system/core/libunwindstack/include/unwindstack/
DDwarfStructs.h30 uint8_t segment_size = 0; member
/system/core/libunwindstack/
DDwarfSection.cpp163 if (!memory_.ReadBytes(&cie->segment_size, 1)) { in FillInCie()
329 if (cie->segment_size != 0) { in FillInFde()
331 cur_offset += cie->segment_size; in FillInFde()