Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dlink_elf_obj.c418 shdr[symstrindex].sh_type != SHT_STRTAB || shstrindex == 0 || in link_elf_link_preload()
420 shdr[shstrindex].sh_type != SHT_STRTAB) { in link_elf_link_preload()
799 case SHT_STRTAB: in link_elf_load_file()
816 shdr[symstrindex].sh_type != SHT_STRTAB) { in link_elf_load_file()
869 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) { in link_elf_load_file()
H A Dkern_ctf.c146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
H A Dlink_elf.c1256 if (shstrindex != 0 && shdr[shstrindex].sh_type == SHT_STRTAB && in link_elf_load_file()
/f-stack/freebsd/sys/
H A Delf_common.h416 #define SHT_STRTAB 3 /* string table section */ macro