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