Lines Matching refs:SHF_ALLOC
185 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1363 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
1427 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
1428 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
1429 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
1430 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
1431 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
1764 if (shdr->sh_flags & SHF_ALLOC) { in elf_validity_check()
1885 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
1886 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2178 if (!(shdr->sh_flags & SHF_ALLOC)) in move_module()
2301 info->sechdrs[info->index.pcpu].sh_flags &= ~(unsigned long)SHF_ALLOC; in layout_and_allocate()