Searched refs:segment_size (Results 1 – 6 of 6) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfStructs.h | 30 uint8_t segment_size = 0; member
|
/system/core/libunwindstack/tests/ |
D | DwarfEhFrameTest.cpp | 79 EXPECT_EQ(0U, cie->segment_size); in TYPED_TEST_P() 118 EXPECT_EQ(0U, cie->segment_size); in TYPED_TEST_P()
|
D | DwarfDebugFrameTest.cpp | 419 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()
|
D | DwarfEhFrameWithHdrTest.cpp | 484 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/ |
D | image_manager.cpp | 396 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/ |
D | DwarfSection.cpp | 165 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()
|