Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c198 sechdrs[i].sh_type = in parse_elf()
199 TO_NATIVE(endian, 32, sechdrs[i].sh_type); in parse_elf()
219 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
229 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()
242 if (sechdrs[i].sh_type == SHT_SYMTAB_SHNDX) { in parse_elf()
/f-stack/freebsd/kern/
H A Dlink_elf_obj.c383 switch (shdr[i].sh_type) { in link_elf_link_preload()
420 shdr[shstrindex].sh_type != SHT_STRTAB) { in link_elf_link_preload()
467 switch (shdr[i].sh_type) { in link_elf_link_preload()
476 if (shdr[i].sh_type == SHT_PROGBITS) in link_elf_link_preload()
770 switch (shdr[i].sh_type) { in link_elf_load_file()
816 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file()
891 switch (shdr[i].sh_type) { in link_elf_load_file()
968 switch (shdr[i].sh_type) { 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()
[all …]
H A Dkern_ctf.c146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
149 shdr[hdr->e_shstrndx].sh_type);
H A Dlink_elf.c818 if (shdr[i].sh_type == SHT_ARM_EXIDX) { in link_elf_locate_exidx()
1256 if (shstrindex != 0 && shdr[shstrindex].sh_type == SHT_STRTAB && in link_elf_load_file()
1270 if (shdr[i].sh_type == SHT_SYMTAB) { in link_elf_load_file()
H A Dimgact_elf.c2009 shdr->sh_type = SHT_NULL; in __elfN()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c161 sh->sh_type == SHT_PROGBITS && in find_elf_code()
252 if (sh->sh_type == SHT_REL && sh->sh_info == sidx) { in elf_reloc_code()
/f-stack/freebsd/sys/
H A Delf32.h93 Elf32_Word sh_type; /* Section type. */ member
H A Delf64.h102 Elf64_Word sh_type; /* Section type. */ member
/f-stack/freebsd/mips/mips/
H A Delf_trampoline.c138 if (shdr[i].sh_type == SHT_SYMTAB) { in load_kernel()
/f-stack/freebsd/x86/xen/
H A Dpv.c494 if (shdr[i].sh_type != SHT_SYMTAB) in xen_pvh_parse_symtab()