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

/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c695 } *scnip = NULL, *tmpscnip, **scnipp; local
758 tmpscnip = (struct scninfo *)malloc(sizeof (struct scninfo));
759 if (tmpscnip == NULL) {
764 tmpscnip->scni_scn = scnp;
765 tmpscnip->scni_offset = shdr.sh_offset;
768 if ((*scnipp)->scni_offset > tmpscnip->scni_offset)
771 tmpscnip->scni_next = *scnipp;
772 *scnipp = tmpscnip;
776 for (tmpscnip = scnip; tmpscnip !
[all...]

Completed in 16 milliseconds