Searched refs:secnode (Results 1 – 1 of 1) sorted by relevance
116 struct secnode { struct118 struct secnode *next; argument123 struct secnode *secl; /* sections already considered */1352 struct secnode *cursnp; in dupcheck()1386 if ((cursnp = calloc(1, sizeof (struct secnode))) in dupcheck()1424 if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL) in dupcheck()1533 struct secnode *snp; in free_dupnode()