Searched refs:shstr (Results 1 – 1 of 1) sorted by relevance
347 struct sh dynamic = {}, dynstr = {}, dynsym = {}, shstr = {}, strtab = {}, in scan_elf() local422 if (!get_sh(shstrndx, &shstr) || shstr.type != 3 /*SHT_STRTAB*/) { in scan_elf()426 TT.shstrtab = TT.elf+shstr.offset; in scan_elf()427 TT.shstrtabsz = shstr.size; in scan_elf()