Searched refs:SegmentSize (Results 1 – 7 of 7) sorted by relevance
69 std::optional<uint64_t> SegmentSize) const { in save()70 if (SegmentSize) in save()71 return saveSegments(Path, ByteOrder, *SegmentSize); in save()487 uint64_t SegmentSize) const { in saveSegments()488 if (SegmentSize == 0) in saveSegments()496 createSegment(SegmentSize, FuncIdx); in saveSegments()524 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment() argument546 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()551 SegmentSize); in createSegment()
283 uint64_t SegmentSize) const;312 std::optional<uint64_t> SegmentSize = std::nullopt) const;460 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;
63 static constexpr uint64_t SegmentSize = nearest_boundary( variable66 using AllocatorType = Allocator<SegmentSize>;69 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));373 reinterpret_cast<unsigned char *>(Base) + SegmentSize); in AppendEmplace()405 reinterpret_cast<unsigned char *>(Tail) + SegmentSize); in Append()
384 uint32_t SegmentSize = 12; in emitLineTableForFunction() local385 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()387 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()388 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
1427 U32 SegmentSize; /* 0x18 */ member1495 U32 SegmentSize; /* 0x18 */ member
821 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local822 if (Offset > SegmentSize) in parseLinkingSectionSymtab()826 " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()
2027 ci_upload.SegmentSize = MPI3_IMAGE_HEADER_SIZE; in mpi3mr_print_fw_pkg_ver()