Lines Matching refs:sptr
147 sec_name_t *sptr; in look_in_sections() local
149 for (sptr = seclistptr; sptr != NULL; in look_in_sections()
150 sptr = sptr->next) { in look_in_sections()
151 if (strcmp(scn_name, sptr->name) == 0) { in look_in_sections()
187 sec_name_t *sptr; local
227 if (((sptr = malloc(sizeof (sec_name_t)))
228 == NULL) || ((sptr->name = strdup(optarg))
236 seclistptr = sptr;
238 seclistendptr = sptr;
240 seclistendptr->next = sptr;
241 seclistendptr = sptr;