Searched refs:ctf_symhash (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-lookup.c | 570 if (!cache->ctf_symhash) in ctf_lookup_symbol_idx() 571 if ((cache->ctf_symhash = ctf_dynhash_create (ctf_hash_string, in ctf_lookup_symbol_idx() 576 if (ctf_dynhash_lookup_kv (cache->ctf_symhash, symname, NULL, &known_idx)) in ctf_lookup_symbol_idx() 592 if (!ctf_dynhash_lookup_kv (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 594 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 607 if (!ctf_dynhash_lookup_kv (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 609 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx()
|
H A D | ctf-impl.h | 378 ctf_dynhash_t *ctf_symhash; /* (partial) hash, symsect name -> idx. */ member
|
H A D | ChangeLog | 487 * ctf-impl.h (ctf_dict_t) <ctf_symhash>: New. 496 cached in the crossdict cache's ctf_symhash (if available), or 519 * ctf-open.c (ctf_dict_close): Free the ctf_symhash.
|
H A D | ctf-open.c | 1788 ctf_dynhash_destroy (fp->ctf_symhash); in ctf_dict_close()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-lookup.c | 573 if (!cache->ctf_symhash) in ctf_lookup_symbol_idx() 574 if ((cache->ctf_symhash = ctf_dynhash_create (ctf_hash_string, in ctf_lookup_symbol_idx() 579 if (ctf_dynhash_lookup_kv (cache->ctf_symhash, symname, NULL, &known_idx)) in ctf_lookup_symbol_idx() 595 if (!ctf_dynhash_lookup_kv (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 597 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 610 if (!ctf_dynhash_lookup_kv (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 612 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx()
|
H A D | ctf-impl.h | 378 ctf_dynhash_t *ctf_symhash; /* (partial) hash, symsect name -> idx. */ member
|
H A D | ChangeLog | 508 * ctf-impl.h (ctf_dict_t) <ctf_symhash>: New. 517 cached in the crossdict cache's ctf_symhash (if available), or 540 * ctf-open.c (ctf_dict_close): Free the ctf_symhash.
|
H A D | ctf-open.c | 1789 ctf_dynhash_destroy (fp->ctf_symhash); in ctf_dict_close()
|