Searched defs:scn2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c690 Elf_Scn *scn, *scn2; local
752 scn2 = elf_getscn(c->obj->elf, shdr->sh_link);
753 if (scn2 == NULL)
757 data = elf_getdata(scn2, NULL);

Completed in 215 milliseconds