Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dlink_elf_obj.c776 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()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c162 sh->sh_flags == (SHF_ALLOC | SHF_EXECINSTR)) in find_elf_code()
/f-stack/freebsd/sys/
H A Delf_common.h502 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro