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()
59 SecAlloc = 1 << 0, enumerator
112 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in flagsToCharacteristics()
73 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()
194 .CaseLower("alloc", SectionFlag::SecAlloc) in parseSectionRenameFlag()