Home
last modified time | relevance | path

Searched refs:max_gid (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c1514 void *max_gid = NULL; in ctf_dedup_detect_name_ambiguity() local
1529 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1535 if (CTF_DEDUP_GID_TO_INPUT(gid) < CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()
1536 || (CTF_DEDUP_GID_TO_INPUT(gid) == CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()
1537 && CTF_DEDUP_GID_TO_TYPE(gid) < CTF_DEDUP_GID_TO_TYPE(max_gid))) in ctf_dedup_detect_name_ambiguity()
1540 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c1515 void *max_gid = NULL; in ctf_dedup_detect_name_ambiguity() local
1530 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1536 if (CTF_DEDUP_GID_TO_INPUT(gid) < CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()
1537 || (CTF_DEDUP_GID_TO_INPUT(gid) == CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()
1538 && CTF_DEDUP_GID_TO_TYPE(gid) < CTF_DEDUP_GID_TO_TYPE(max_gid))) in ctf_dedup_detect_name_ambiguity()
1541 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()