SHT_STRTAB
if (sec->shdr.sh_type != SHT_STRTAB)
if (sec->shdr.sh_type != SHT_STRTAB)
if (shdr[i].sh_type != SHT_STRTAB)
elf_shdr_set_sh_type(class, shdr, SHT_STRTAB);
if (hdr->sh_type == SHT_STRTAB)
sec->shdr->sh_type = SHT_STRTAB;
if (shdr->sh_type == SHT_STRTAB)
case SHT_STRTAB:
case SHT_STRTAB:
if (link_sec->shdr->sh_type != SHT_STRTAB) {
shstrtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0);
strtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0);
shdr->sh_type = SHT_STRTAB;
shdr->sh_type = SHT_STRTAB;
if (sections[i].sh_type == SHT_STRTAB) {