Lines Matching refs:ctf_dedup_sha1_add

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()
759 ctf_dedup_sha1_add (&hash, &slice->cts_offset, in ctf_dedup_rhash_type()
761 ctf_dedup_sha1_add (&hash, &slice->cts_bits, in ctf_dedup_rhash_type()
783 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "array contents", in ctf_dedup_rhash_type()
794 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "array index", in ctf_dedup_rhash_type()
796 ctf_dedup_sha1_add (&hash, &ar.ctr_nelems, sizeof (ar.ctr_nelems), in ctf_dedup_rhash_type()
821 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "func return", in ctf_dedup_rhash_type()
823 ctf_dedup_sha1_add (&hash, &fi.ctc_argc, sizeof (fi.ctc_argc), in ctf_dedup_rhash_type()
825 ctf_dedup_sha1_add (&hash, &fi.ctc_flags, sizeof (fi.ctc_flags), in ctf_dedup_rhash_type()
852 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "func arg type", in ctf_dedup_rhash_type()
864 ctf_dedup_sha1_add (&hash, &tp->ctt_size, sizeof (uint32_t), in ctf_dedup_rhash_type()
868 ctf_dedup_sha1_add (&hash, ename, strlen (ename) + 1, "enumerator", in ctf_dedup_rhash_type()
870 ctf_dedup_sha1_add (&hash, &val, sizeof (val), "enumerand", depth); in ctf_dedup_rhash_type()
889 ctf_dedup_sha1_add (&hash, &size, sizeof (ssize_t), "struct size", in ctf_dedup_rhash_type()
897 ctf_dedup_sha1_add (&hash, mname, strlen (mname) + 1, in ctf_dedup_rhash_type()
911 ctf_dedup_sha1_add (&hash, hval, strlen (hval) + 1, "member hash", in ctf_dedup_rhash_type()
913 ctf_dedup_sha1_add (&hash, &offset, sizeof (offset), "member offset", in ctf_dedup_rhash_type()