Searched refs:ctf_funchash (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c274 symhash = fp->ctf_funchash;
321 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
370 symhash = fp->ctf_funchash;
413 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
451 ctf_dynhash_lookup (fp->ctf_funchash, dvd->dvd_name)) > 0)
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
604 + ctf_dynhash_elements (fp->ctf_funchash);
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname,
1131 nfp->ctf_funchash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
924 if (fp->ctf_funchash == NULL
926 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
940 if (fp->ctf_funchash == NULL
942 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
H A Dctf-create.c162 fp->ctf_funchash = funchash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1356 ctf_dynhash_lookup (fp->ctf_funchash, name) != NULL)
H A Dctf-impl.h416 ctf_dynhash_t *ctf_funchash; /* name -> CTF_K_FUNCTION type ID. */ member in struct:ctf_dict
H A Dctf-link.c956 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
957 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
H A Dctf-open.c1792 ctf_dynhash_destroy (fp->ctf_funchash);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c274 symhash = fp->ctf_funchash;
321 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
370 symhash = fp->ctf_funchash;
413 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
451 ctf_dynhash_lookup (fp->ctf_funchash, dvd->dvd_name)) > 0)
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
604 + ctf_dynhash_elements (fp->ctf_funchash);
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname,
1131 nfp->ctf_funchash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
924 if (fp->ctf_funchash == NULL
926 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
940 if (fp->ctf_funchash == NULL
942 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
H A Dctf-create.c162 fp->ctf_funchash = funchash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1356 ctf_dynhash_lookup (fp->ctf_funchash, name) != NULL)
H A Dctf-impl.h416 ctf_dynhash_t *ctf_funchash; /* name -> CTF_K_FUNCTION type ID. */ member in struct:ctf_dict
H A Dctf-link.c959 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
960 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
H A Dctf-open.c1792 ctf_dynhash_destroy (fp->ctf_funchash);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c274 symhash = fp->ctf_funchash;
321 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
370 symhash = fp->ctf_funchash;
413 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
451 ctf_dynhash_lookup (fp->ctf_funchash, dvd->dvd_name)) > 0)
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
604 + ctf_dynhash_elements (fp->ctf_funchash);
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname,
1131 nfp->ctf_funchash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
924 if (fp->ctf_funchash == NULL
926 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
940 if (fp->ctf_funchash == NULL
942 ctf_dynhash_lookup (fp->ctf_funchash, symname)) == 0))
H A Dctf-create.c162 fp->ctf_funchash = funchash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1356 ctf_dynhash_lookup (fp->ctf_funchash, name) != NULL)
H A Dctf-impl.h416 ctf_dynhash_t *ctf_funchash; /* name -> CTF_K_FUNCTION type ID. */ member in struct:ctf_dict
H A Dctf-link.c956 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
957 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
H A Dctf-open.c1792 ctf_dynhash_destroy (fp->ctf_funchash);

Completed in 215 milliseconds