Home
last modified time | relevance | path

Searched refs:ctf_dedup (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c303 if (!ctf_dynhash_lookup_kv (fp->ctf_dedup.cd_id_to_dict_t, in id_to_packed_id()
310 if (ctf_dynhash_insert (fp->ctf_dedup.cd_id_to_dict_t, dynkey, NULL) < 0) in id_to_packed_id()
313 ctf_dynhash_lookup_kv (fp->ctf_dedup.cd_id_to_dict_t, in id_to_packed_id()
419 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_decorate_type_name()
525 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_record_origin()
568 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_rhash_type()
1026 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_hash_type()
1165 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_populate_mappings()
1306 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_mark_conflicting_hash()
1351 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_hash_kind()
[all …]
H A Dctf-impl.h274 typedef struct ctf_dedup struct
494 ctf_dedup_t ctf_dedup; /* Deduplicator state. */ member
702 extern int ctf_dedup (ctf_dict_t *, ctf_dict_t **, uint32_t ninputs,
H A Dctf-serialize.c1162 memcpy (&nfp->ctf_dedup, &fp->ctf_dedup, sizeof (fp->ctf_dedup)); in ctf_serialize()
1207 memset (&fp->ctf_dedup, 0, sizeof (fp->ctf_dedup)); in ctf_serialize()
H A Dctf-link.c1245 if (ctf_dedup (out, inputs, ninputs, parents, 1) < 0) in ctf_link_deduplicating_per_cu()
1404 if (ctf_dedup (fp, inputs, ninputs, parents, 0) < 0) in ctf_link_deduplicating()
H A DChangeLog407 * ctf-dedup.c (ctf_dedup): Pass on errors from ctf_dedup_hash_type.
426 (ctf_dedup): Populate it.
H A DChangeLog-2020356 (ctf_dedup): Likewise.
429 (ctf_dedup): New, core deduplicator state.
430 (ctf_file_t) <ctf_dedup>: New.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c303 if (!ctf_dynhash_lookup_kv (fp->ctf_dedup.cd_id_to_dict_t, in id_to_packed_id()
310 if (ctf_dynhash_insert (fp->ctf_dedup.cd_id_to_dict_t, dynkey, NULL) < 0) in id_to_packed_id()
313 ctf_dynhash_lookup_kv (fp->ctf_dedup.cd_id_to_dict_t, in id_to_packed_id()
419 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_decorate_type_name()
525 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_record_origin()
568 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_rhash_type()
1026 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_hash_type()
1165 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_populate_mappings()
1306 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_mark_conflicting_hash()
1352 ctf_dedup_t *d = &fp->ctf_dedup; in ctf_dedup_hash_kind()
[all …]
H A Dctf-impl.h274 typedef struct ctf_dedup struct
494 ctf_dedup_t ctf_dedup; /* Deduplicator state. */ member
702 extern int ctf_dedup (ctf_dict_t *, ctf_dict_t **, uint32_t ninputs,
H A Dctf-serialize.c1162 memcpy (&nfp->ctf_dedup, &fp->ctf_dedup, sizeof (fp->ctf_dedup)); in ctf_serialize()
1207 memset (&fp->ctf_dedup, 0, sizeof (fp->ctf_dedup)); in ctf_serialize()
H A Dctf-link.c1231 if (ctf_dedup (out, inputs, ninputs, parents, 1) < 0) in ctf_link_deduplicating_per_cu()
1391 if (ctf_dedup (fp, inputs, ninputs, parents, 0) < 0) in ctf_link_deduplicating()
H A DChangeLog386 * ctf-dedup.c (ctf_dedup): Pass on errors from ctf_dedup_hash_type.
405 (ctf_dedup): Populate it.
H A DChangeLog-2020356 (ctf_dedup): Likewise.
429 (ctf_dedup): New, core deduplicator state.
430 (ctf_file_t) <ctf_dedup>: New.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020356 (ctf_dedup): Likewise.
429 (ctf_dedup): New, core deduplicator state.
430 (ctf_file_t) <ctf_dedup>: New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git60148 ctf_dedup's intern() function does not return a dynamically allocated