Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c276 symhash = fp->ctf_objthash; in emit_symtypetab()
317 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name))) in emit_symtypetab()
372 symhash = fp->ctf_objthash; in emit_symtypetab_index()
409 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name))) in emit_symtypetab_index()
449 ctf_dynhash_lookup (fp->ctf_objthash, dvd->dvd_name)) > 0) in symtypetab_delete_nonstatics()
514 if (symtypetab_density (fp, s->symfp, fp->ctf_objthash, &nobjts, &s->maxobjt, in ctf_symtypetab_sect_sizes()
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash) in ctf_emit_symtypetab_sects()
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname, in ctf_emit_symtypetab_sects()
1130 nfp->ctf_objthash = fp->ctf_objthash; in ctf_serialize()
1189 fp->ctf_objthash = NULL; in ctf_serialize()
H A Dctf-lookup.c695 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash; in ctf_symbol_next()
932 if (fp->ctf_objthash == NULL in ctf_lookup_by_sym_or_name()
934 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
948 if (fp->ctf_objthash == NULL in ctf_lookup_by_sym_or_name()
950 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
H A Dctf-create.c161 fp->ctf_objthash = objthash; in ctf_create()
1380 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1385 if (ctf_dynhash_lookup (fp->ctf_objthash, name) != NULL || in ctf_add_funcobjt_sym()
H A Dctf-impl.h415 ctf_dynhash_t *ctf_objthash; /* name -> 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.c1792 ctf_dynhash_destroy (fp->ctf_objthash); in ctf_dict_close()
H A DChangeLog-202099 <ctf_objthash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c276 symhash = fp->ctf_objthash; in emit_symtypetab()
317 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name))) in emit_symtypetab()
372 symhash = fp->ctf_objthash; in emit_symtypetab_index()
409 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name))) in emit_symtypetab_index()
449 ctf_dynhash_lookup (fp->ctf_objthash, dvd->dvd_name)) > 0) in symtypetab_delete_nonstatics()
514 if (symtypetab_density (fp, s->symfp, fp->ctf_objthash, &nobjts, &s->maxobjt, in ctf_symtypetab_sect_sizes()
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash) in ctf_emit_symtypetab_sects()
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname, in ctf_emit_symtypetab_sects()
1130 nfp->ctf_objthash = fp->ctf_objthash; in ctf_serialize()
1189 fp->ctf_objthash = NULL; in ctf_serialize()
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash; in ctf_symbol_next()
920 if (fp->ctf_objthash == NULL in ctf_lookup_by_sym_or_name()
922 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
936 if (fp->ctf_objthash == NULL in ctf_lookup_by_sym_or_name()
938 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0)) in ctf_lookup_by_sym_or_name()
H A Dctf-create.c161 fp->ctf_objthash = objthash; in ctf_create()
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash; in ctf_add_funcobjt_sym()
1355 if (ctf_dynhash_lookup (fp->ctf_objthash, name) != NULL || in ctf_add_funcobjt_sym()
H A Dctf-impl.h415 ctf_dynhash_t *ctf_objthash; /* name -> 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.c1791 ctf_dynhash_destroy (fp->ctf_objthash); in ctf_dict_close()
H A DChangeLog-202099 <ctf_objthash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-202099 <ctf_objthash>: Likewise.
129 ctf_objthash or ctf_funchash, by name.