Searched refs:tmpscnip (Results 1 – 1 of 1) sorted by relevance
696 } *scnip = NULL, *tmpscnip, **scnipp; in elfsign_adjustoffsets() local759 tmpscnip = (struct scninfo *)malloc(sizeof (struct scninfo)); in elfsign_adjustoffsets()760 if (tmpscnip == NULL) { in elfsign_adjustoffsets()765 tmpscnip->scni_scn = scnp; in elfsign_adjustoffsets()766 tmpscnip->scni_offset = shdr.sh_offset; in elfsign_adjustoffsets()769 if ((*scnipp)->scni_offset > tmpscnip->scni_offset) in elfsign_adjustoffsets()772 tmpscnip->scni_next = *scnipp; in elfsign_adjustoffsets()773 *scnipp = tmpscnip; in elfsign_adjustoffsets()777 for (tmpscnip = scnip; tmpscnip != NULL; in elfsign_adjustoffsets()778 tmpscnip = tmpscnip->scni_next) { in elfsign_adjustoffsets()[all …]