Lines Matching refs:SHF_ALLOC
360 if ((shdr->sh_flags & SHF_ALLOC)
1543 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
2446 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC))
2487 /* Lay out the SHF_ALLOC sections in a way not dissimilar to how ld
2497 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL },
2498 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL },
2499 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL },
2500 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL },
2501 { ARCH_SHF_SMALL | SHF_ALLOC, 0 }
2707 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
2745 if (!(sec->sh_flags & SHF_ALLOC)
2770 symsect->sh_flags |= SHF_ALLOC;
2797 strsect->sh_flags |= SHF_ALLOC;
2908 if (!(info->sechdrs[i].sh_flags & SHF_ALLOC) ||
3082 if (shdr->sh_flags & SHF_ALLOC) {
3202 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC;
3203 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC;
3464 /* Transfer each section which specifies SHF_ALLOC */
3470 if (!(shdr->sh_flags & SHF_ALLOC))
3597 info->sechdrs[info->index.pcpu].sh_flags &= ~(unsigned long)SHF_ALLOC;