Home
last modified time | relevance | path

Searched refs:symchk (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
1737 symchk = (Shdr *)(shbase + in elf_process_obj_scns()
1746 symchk = shdr; in elf_process_obj_scns()
1798 ASSERT(symchk != NULL); in elf_process_obj_scns()
1799 if ((symchk->sh_type != SHT_DYNSYM && in elf_process_obj_scns()
1800 symchk->sh_type != SHT_SYMTAB) || in elf_process_obj_scns()
1801 symchk->sh_link == 0 || symchk->sh_link >= nshdrs) { in elf_process_obj_scns()
1805 strchk = (Shdr *)(shbase + symchk->sh_link * ehdr.e_shentsize); in elf_process_obj_scns()
1810 symtab = symchk; in elf_process_obj_scns()