Home
last modified time | relevance | path

Searched refs:ctf_funchash (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c274 symhash = fp->ctf_funchash; in emit_symtypetab()
321 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name))) in emit_symtypetab()
370 symhash = fp->ctf_funchash; in emit_symtypetab_index()
413 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name))) in emit_symtypetab_index()
451 ctf_dynhash_lookup (fp->ctf_funchash, dvd->dvd_name)) > 0) in symtypetab_delete_nonstatics()
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc, in ctf_symtypetab_sect_sizes()
604 + ctf_dynhash_elements (fp->ctf_funchash); in ctf_emit_symtypetab_sects()
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname, in ctf_emit_symtypetab_sects()
1131 nfp->ctf_funchash = fp->ctf_funchash; in ctf_serialize()
1190 fp->ctf_funchash = NULL; in ctf_serialize()
H A Dctf-lookup.c695 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash; in ctf_symbol_next()
936 if (fp->ctf_funchash == NULL in ctf_lookup_by_sym_or_name()
938 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
952 if (fp->ctf_funchash == NULL in ctf_lookup_by_sym_or_name()
954 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
H A Dctf-create.c162 fp->ctf_funchash = funchash; in ctf_create()
1380 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1386 ctf_dynhash_lookup (fp->ctf_funchash, name) != NULL) in ctf_add_funcobjt_sym()
H A Dctf-impl.h416 ctf_dynhash_t *ctf_funchash; /* name -> CTF_K_FUNCTION type ID. */ member
H A Dctf-link.c970 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash; in check_sym()
971 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash; in check_sym()
H A Dctf-open.c1793 ctf_dynhash_destroy (fp->ctf_funchash); in ctf_dict_close()
H A DChangeLog-2020100 <ctf_funchash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c274 symhash = fp->ctf_funchash; in emit_symtypetab()
321 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name))) in emit_symtypetab()
370 symhash = fp->ctf_funchash; in emit_symtypetab_index()
413 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name))) in emit_symtypetab_index()
451 ctf_dynhash_lookup (fp->ctf_funchash, dvd->dvd_name)) > 0) in symtypetab_delete_nonstatics()
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc, in ctf_symtypetab_sect_sizes()
604 + ctf_dynhash_elements (fp->ctf_funchash); in ctf_emit_symtypetab_sects()
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname, in ctf_emit_symtypetab_sects()
1131 nfp->ctf_funchash = fp->ctf_funchash; in ctf_serialize()
1190 fp->ctf_funchash = NULL; in ctf_serialize()
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash; in ctf_symbol_next()
924 if (fp->ctf_funchash == NULL in ctf_lookup_by_sym_or_name()
926 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
940 if (fp->ctf_funchash == NULL in ctf_lookup_by_sym_or_name()
942 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
H A Dctf-create.c162 fp->ctf_funchash = funchash; in ctf_create()
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1356 ctf_dynhash_lookup (fp->ctf_funchash, name) != NULL) in ctf_add_funcobjt_sym()
H A Dctf-impl.h416 ctf_dynhash_t *ctf_funchash; /* name -> CTF_K_FUNCTION type ID. */ member
H A Dctf-link.c956 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash; in check_sym()
957 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash; in check_sym()
H A Dctf-open.c1792 ctf_dynhash_destroy (fp->ctf_funchash); in ctf_dict_close()
H A DChangeLog-2020100 <ctf_funchash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020100 <ctf_funchash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.