Searched refs:SegmentSize (Results 1 – 7 of 7) sorted by relevance
65 std::optional<uint64_t> SegmentSize) const { in save()66 if (SegmentSize) in save()67 return saveSegments(Path, ByteOrder, *SegmentSize); in save()480 uint64_t SegmentSize) const { in saveSegments()481 if (SegmentSize == 0) in saveSegments()489 createSegment(SegmentSize, FuncIdx); in saveSegments()516 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment() argument538 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()543 SegmentSize); in createSegment()
282 uint64_t SegmentSize) const;311 std::optional<uint64_t> SegmentSize = std::nullopt) const;459 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;
64 static constexpr uint64_t SegmentSize = nearest_boundary( variable67 using AllocatorType = Allocator<SegmentSize>;70 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));374 reinterpret_cast<unsigned char *>(Base) + SegmentSize); in AppendEmplace()406 reinterpret_cast<unsigned char *>(Tail) + SegmentSize); in Append()
387 uint32_t SegmentSize = 12; in emitLineTableForFunction() local388 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()390 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()391 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
1417 U32 SegmentSize; /* 0x18 */ member1485 U32 SegmentSize; /* 0x18 */ member
737 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local738 if (Offset > SegmentSize) in parseLinkingSectionSymtab()742 " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()
2027 ci_upload.SegmentSize = MPI3_IMAGE_HEADER_SIZE; in mpi3mr_print_fw_pkg_ver()