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

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c696 } *scnip = NULL, *tmpscnip, **scnipp; local
759 tmpscnip = (struct scninfo *)malloc(sizeof (struct scninfo));
760 if (tmpscnip == NULL) {
765 tmpscnip->scni_scn = scnp;
766 tmpscnip->scni_offset = shdr.sh_offset;
769 if ((*scnipp)->scni_offset > tmpscnip->scni_offset)
772 tmpscnip->scni_next = *scnipp;
773 *scnipp = tmpscnip;
777 for (tmpscnip = scnip; tmpscnip !
[all...]

Completed in 44 milliseconds