Searched refs:SHF_ALLOC (Results 1 – 5 of 5) sorted by relevance
89 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf64_image_shdr()194 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf_image_shdr()
78 if (!(be32_to_cpu(shdr->sh_flags) & (SHF_WRITE | SHF_ALLOC | in pfe_load_elf()
561 !(shdr->sh_flags & SHF_ALLOC) || in elf2flat64()585 !(shdr->sh_flags & SHF_ALLOC)) in elf2flat64()609 !(shdr->sh_flags & SHF_ALLOC) || in elf2flat32()633 !(shdr->sh_flags & SHF_ALLOC)) in elf2flat32()
340 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
335 #define SHF_ALLOC 0x2 /* occupies memory */ macro
Completed in 10 milliseconds