Searched refs:SHT_STRTAB (Results 1 – 4 of 4) sorted by relevance
418 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()
146 if (hdr->e_shstrndx == 0 || shdr[hdr->e_shstrndx].sh_type != SHT_STRTAB) {
1256 if (shstrindex != 0 && shdr[shstrindex].sh_type == SHT_STRTAB && in link_elf_load_file()
416 #define SHT_STRTAB 3 /* string table section */ macro