Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1723 Shdr *shdr, *symchk = NULL, *strchk; in elf_process_obj_scns() local
1805 strchk = (Shdr *)(shbase + symchk->sh_link * ehdr.e_shentsize); in elf_process_obj_scns()
1806 if (strchk->sh_type != SHT_STRTAB) { in elf_process_obj_scns()
1811 strtab = strchk; in elf_process_obj_scns()