Searched refs:SecAlloc (Results 1 – 5 of 5) sorted by relevance
240 for (auto &SecAlloc : *SegSections[I]) { in finalizeMemory()241 Seg.Size = alignTo(Seg.Size, SecAlloc.Align); in finalizeMemory()242 Seg.Size += SecAlloc.Size; in finalizeMemory()246 for (auto &SecAlloc : *SegSections[I]) { in finalizeMemory()247 SecOffset = alignTo(SecOffset, SecAlloc.Align); in finalizeMemory()250 alignAddr(SecAlloc.Contents.get(), Align(SecAlloc.Align))), in finalizeMemory()251 SecAlloc.Size); in finalizeMemory()252 SecOffset += SecAlloc.Size; in finalizeMemory()
52 SecAlloc = 1 << 0, enumerator
113 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in flagsToCharacteristics()
74 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()
159 .CaseLower("alloc", SectionFlag::SecAlloc) in parseSectionRenameFlag()