Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dlink_elf_obj.c384 case SHT_PROGBITS: in link_elf_link_preload()
468 case SHT_PROGBITS: in link_elf_link_preload()
476 if (shdr[i].sh_type == SHT_PROGBITS) in link_elf_link_preload()
771 case SHT_PROGBITS: in link_elf_load_file()
892 case SHT_PROGBITS: in link_elf_load_file()
969 case SHT_PROGBITS: in link_elf_load_file()
986 } else if (shdr[i].sh_type == SHT_PROGBITS) in link_elf_load_file()
1030 if (shdr[i].sh_type == SHT_PROGBITS in link_elf_load_file()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c161 sh->sh_type == SHT_PROGBITS && in find_elf_code()
/f-stack/freebsd/sys/
H A Delf_common.h414 #define SHT_PROGBITS 1 /* program defined information */ macro