Searched refs:ctf_dedup_sha1_add (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 470 ctf_dedup_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len, in ctf_dedup_sha1_add() function 608 ctf_dedup_sha1_add (&hash, decorated, strlen (decorated) + 1, in ctf_dedup_rhash_type() 674 ctf_dedup_sha1_add (&hash, name, strlen (name) + 1, "name", depth); in ctf_dedup_rhash_type() 675 ctf_dedup_sha1_add (&hash, &kind, sizeof (uint32_t), "kind", depth); in ctf_dedup_rhash_type() 686 ctf_dedup_sha1_add (&hash, &tp->ctt_type, sizeof (tp->ctt_type), in ctf_dedup_rhash_type() 695 ctf_dedup_sha1_add (&hash, &tp->ctt_size, sizeof (uint32_t), "size", in ctf_dedup_rhash_type() 702 ctf_dedup_sha1_add (&hash, &ep, sizeof (ctf_encoding_t), "encoding", in ctf_dedup_rhash_type() 721 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "referenced type", in ctf_dedup_rhash_type() 741 ctf_dedup_sha1_add (&hash, &size, sizeof (ssize_t), "size", depth); in ctf_dedup_rhash_type() 750 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "sliced type", in ctf_dedup_rhash_type() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 470 ctf_dedup_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len, in ctf_dedup_sha1_add() function 608 ctf_dedup_sha1_add (&hash, decorated, strlen (decorated) + 1, in ctf_dedup_rhash_type() 674 ctf_dedup_sha1_add (&hash, name, strlen (name) + 1, "name", depth); in ctf_dedup_rhash_type() 675 ctf_dedup_sha1_add (&hash, &kind, sizeof (uint32_t), "kind", depth); in ctf_dedup_rhash_type() 686 ctf_dedup_sha1_add (&hash, &tp->ctt_type, sizeof (tp->ctt_type), in ctf_dedup_rhash_type() 695 ctf_dedup_sha1_add (&hash, &tp->ctt_size, sizeof (uint32_t), "size", in ctf_dedup_rhash_type() 702 ctf_dedup_sha1_add (&hash, &ep, sizeof (ctf_encoding_t), "encoding", in ctf_dedup_rhash_type() 721 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "referenced type", in ctf_dedup_rhash_type() 741 ctf_dedup_sha1_add (&hash, &size, sizeof (ssize_t), "size", depth); in ctf_dedup_rhash_type() 750 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "sliced type", in ctf_dedup_rhash_type() [all …]
|