Searched refs:hash_find_iter (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | hash.h | 47 int hash_find_iter(hash_t *, void *, int (*)(void *, void *), void *);
|
H A D | hash.c | 166 hash_find_iter(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_find_iter() function
|
H A D | merge.c | 457 if (hash_find_iter(mcd->md_parent->td_layouthash, ctdp, in map_td_tree_post() 508 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) { in map_td_tree_self_post()
|
H A D | dwarf.c | 922 (void) hash_find_iter(dw->dw_enumhash, tdp, die_enum_match, &full); in die_enum_resolve() 978 (void) hash_find_iter(dw->dw_fwdhash, tdp, die_fwd_map, tdp); in die_sou_create()
|