Searched refs:grp_signature (Results 1 – 3 of 3) sorted by relevance
59 result = (one->grp_signature == NULL in scnhead_compare()60 ? (two->grp_signature == NULL ? 0 : -1) in scnhead_compare()61 : (two->grp_signature == NULL in scnhead_compare()62 ? 1 : strcmp (one->grp_signature, in scnhead_compare()63 two->grp_signature))); in scnhead_compare()
670 const char *grp_signature; member
1006 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL; in add_section()1082 queued->grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL; in add_section()2427 newp->grp_signature = NULL; in new_generated_scn()