Lines Matching refs:SHF_ALLOC
191 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1509 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
1571 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
1572 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections()
1573 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
1574 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
1575 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in __layout_sections()
1980 if (!(shdr->sh_flags & SHF_ALLOC)) { in elf_validity_cache_index_mod()
2381 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2383 ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2385 ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2386 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2642 if (!(shdr->sh_flags & SHF_ALLOC)) in move_module()
2786 info->sechdrs[info->index.pcpu].sh_flags &= ~(unsigned long)SHF_ALLOC; in layout_and_allocate()