Searched refs:SHF_ALLOC (Results 1 – 3 of 3) sorted by relevance
79 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf_image_shdr()
335 #define SHF_ALLOC 0x2 /* occupies memory */ macro
345 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()