Home
last modified time | relevance | path

Searched refs:grp_signature (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/0.153/src/
Dsectionhash.c59 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()
Dld.h670 const char *grp_signature; member
Dldgeneric.c1006 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()