Searched refs:SHF_ALLOC (Results 1 – 3 of 3) sorted by relevance
776 if ((shdr[i].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()790 if ((shdr[shdr[i].sh_info].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()795 if ((shdr[shdr[i].sh_info].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()897 if ((shdr[i].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()974 if ((shdr[i].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()1072 if ((shdr[shdr[i].sh_info].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()1092 if ((shdr[shdr[i].sh_info].sh_flags & SHF_ALLOC) == 0) in link_elf_load_file()
162 sh->sh_flags == (SHF_ALLOC | SHF_EXECINSTR)) in find_elf_code()
502 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro