Lines Matching refs:align
96 Elf_Word align, in Section() argument
106 DCHECK_GE(align, 1u); in Section()
110 header_.sh_addralign = align; in Section()
123 Elf_Word align = AddSection(); in AllocateVirtualMemory() local
125 header_.sh_addr = RoundUp(addr, align); in AllocateVirtualMemory()
135 Elf_Word align = AddSection(); in Start() local
137 header_.sh_offset = owner_->AlignFileOffset(align); in Start()
234 Elf_Word align, in CachedSection() argument
236 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection()
271 Elf_Word align) in CachedStringSection() argument
278 align, in CachedStringSection()
295 Elf_Word align) in StringSection() argument
302 align, in StringSection()
410 Elf_Word align, in BuildIdSection() argument
412 : Section(owner, name, type, flags, link, info, align, entsize), in BuildIdSection()