Home
last modified time | relevance | path

Searched refs:ctn_sorted_hkv (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c275 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 Dctf-hash.c507 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 Dctf-impl.h554 ctf_next_hkv_t *ctn_sorted_hkv; member
H A DChangeLog-2020679 (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 Dctf-util.c285 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 Dctf-hash.c507 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 Dctf-impl.h554 ctf_next_hkv_t *ctn_sorted_hkv; member
H A DChangeLog-2020679 (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 DChangeLog-2020679 (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.