Searched refs:grp_signature (Results 1 – 3 of 3) sorted by relevance
51 result = (one->grp_signature == NULL in scnhead_compare()52 ? (two->grp_signature == NULL ? 0 : -1) in scnhead_compare()53 : (two->grp_signature == NULL in scnhead_compare()54 ? 1 : strcmp (one->grp_signature, in scnhead_compare()55 two->grp_signature))); in scnhead_compare()
662 const char *grp_signature; member
998 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL; in add_section()1074 queued->grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL; in add_section()2419 newp->grp_signature = NULL; in new_generated_scn()