Searched refs:symscnndx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c161 GElf_Word symscnndx; local
164 symscnndx = elf_ndxscn(scn);
180 (_shdr.sh_link == symscnndx) &&
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c784 unsigned int link, unsigned int symscnndx)
837 (_shdr.sh_link == symscnndx)) {
783 readsyms(Elf_Data * data, GElf_Sxword num, Elf *elf, unsigned int link, unsigned int symscnndx) argument
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c542 size_t symscnndx; local
544 symscnndx = elf_ndxscn(p_symtab->p_sd);
551 (_shdr.sh_link == (GElf_Word)symscnndx)) {

Completed in 73 milliseconds