Searched refs:ctn_sorted_hkv (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-util.c | 275 free (i->u.ctn_sorted_hkv); in ctf_next_destroy() 295 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL) in ctf_next_copy() 300 memcpy (i2->u.ctn_sorted_hkv, i->u.ctn_sorted_hkv, in ctf_next_copy()
|
H A D | ctf-hash.c | 507 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL) in ctf_dynhash_next_sorted() 512 walk = i->u.ctn_sorted_hkv; in ctf_dynhash_next_sorted() 529 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t), in ctf_dynhash_next_sorted() 552 *key = i->u.ctn_sorted_hkv[i->ctn_n].hkv_key; in ctf_dynhash_next_sorted() 554 *value = i->u.ctn_sorted_hkv[i->ctn_n].hkv_value; in ctf_dynhash_next_sorted()
|
H A D | ctf-impl.h | 554 ctf_next_hkv_t *ctn_sorted_hkv; member
|
H A D | ChangeLog-2020 | 679 (ctf_next_t) <u.ctn_sorted_hkv>: New, sorted kv-pairs for 693 * ctf-util.c (ctf_next_destroy): Free the u.ctn_sorted_hkv if 695 (ctf_next_copy): Alloc-and-copy the u.ctn_sorted_hkv if needed.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-util.c | 285 free (i->u.ctn_sorted_hkv); in ctf_next_destroy() 305 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL) in ctf_next_copy() 310 memcpy (i2->u.ctn_sorted_hkv, i->u.ctn_sorted_hkv, in ctf_next_copy()
|
H A D | ctf-hash.c | 507 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL) in ctf_dynhash_next_sorted() 512 walk = i->u.ctn_sorted_hkv; in ctf_dynhash_next_sorted() 529 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t), in ctf_dynhash_next_sorted() 552 *key = i->u.ctn_sorted_hkv[i->ctn_n].hkv_key; in ctf_dynhash_next_sorted() 554 *value = i->u.ctn_sorted_hkv[i->ctn_n].hkv_value; in ctf_dynhash_next_sorted()
|
H A D | ctf-impl.h | 554 ctf_next_hkv_t *ctn_sorted_hkv; member
|
H A D | ChangeLog-2020 | 679 (ctf_next_t) <u.ctn_sorted_hkv>: New, sorted kv-pairs for 693 * ctf-util.c (ctf_next_destroy): Free the u.ctn_sorted_hkv if 695 (ctf_next_copy): Alloc-and-copy the u.ctn_sorted_hkv if needed.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 679 (ctf_next_t) <u.ctn_sorted_hkv>: New, sorted kv-pairs for 693 * ctf-util.c (ctf_next_destroy): Free the u.ctn_sorted_hkv if 695 (ctf_next_copy): Alloc-and-copy the u.ctn_sorted_hkv if needed.
|