Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfStructs.h30 uint8_t segment_size = 0; member
/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.cpp484 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
522 EXPECT_EQ(0U, fde->cie->segment_size); in TYPED_TEST_P()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp396 uint64_t segment_size = std::min(file_sectors, sectors_needed); in MapWithLoopDeviceList() local
398 table.Emplace<DmTargetLinear>(start_sector, segment_size, block_device, 0); in MapWithLoopDeviceList()
400 start_sector += segment_size; in MapWithLoopDeviceList()
401 sectors_needed -= segment_size; in MapWithLoopDeviceList()
/system/core/libunwindstack/
DDwarfSection.cpp165 if (!memory_.ReadBytes(&cie->segment_size, 1)) { in FillInCie()
332 if (cie->segment_size != 0) { in FillInFde()
334 cur_offset += cie->segment_size; in FillInFde()