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

/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c688 Elf_Scn *scnp; local
727 scnp = elf_getscn(ess->es_elf, 0); /* "seek" to start */
728 while ((scnp = elf_nextscn(ess->es_elf, scnp)) != NULL) {
729 if (gelf_getshdr(scnp, &shdr) == NULL)
749 while ((data = elf_rawdata(scnp, data)) != NULL)
764 tmpscnip->scni_scn = scnp;
778 scnp = tmpscnip->scni_scn;
779 if (gelf_getshdr(scnp, &shdr) == NULL) {
782 elf_ndxscn(scnp));
[all...]

Completed in 25 milliseconds