Searched refs:ctf_dedup (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 303 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 D | ctf-impl.h | 274 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 D | ctf-serialize.c | 1162 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 D | ctf-link.c | 1245 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 D | ChangeLog | 407 * ctf-dedup.c (ctf_dedup): Pass on errors from ctf_dedup_hash_type. 426 (ctf_dedup): Populate it.
|
H A D | ChangeLog-2020 | 356 (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 D | ctf-dedup.c | 303 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 D | ctf-impl.h | 274 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 D | ctf-serialize.c | 1162 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 D | ctf-link.c | 1231 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 D | ChangeLog | 386 * ctf-dedup.c (ctf_dedup): Pass on errors from ctf_dedup_hash_type. 405 (ctf_dedup): Populate it.
|
H A D | ChangeLog-2020 | 356 (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 D | ChangeLog-2020 | 356 (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 D | ChangeLog.git | 60148 ctf_dedup's intern() function does not return a dynamically allocated
|