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

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c276 symhash = fp->ctf_objthash;
317 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
372 symhash = fp->ctf_objthash;
409 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
449 ctf_dynhash_lookup (fp->ctf_objthash, dvd->dvd_name)) > 0)
514 if (symtypetab_density (fp, s->symfp, fp->ctf_objthash, &nobjts, &s->maxobjt,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash)
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname,
1130 nfp->ctf_objthash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
920 if (fp->ctf_objthash == NULL
922 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
936 if (fp->ctf_objthash == NULL
938 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
H A Dctf-create.c161 fp->ctf_objthash = objthash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1355 if (ctf_dynhash_lookup (fp->ctf_objthash, name) != NULL ||
H A Dctf-impl.h415 ctf_dynhash_t *ctf_objthash; /* name -> 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.c1791 ctf_dynhash_destroy (fp->ctf_objthash);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c276 symhash = fp->ctf_objthash;
317 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
372 symhash = fp->ctf_objthash;
409 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
449 ctf_dynhash_lookup (fp->ctf_objthash, dvd->dvd_name)) > 0)
514 if (symtypetab_density (fp, s->symfp, fp->ctf_objthash, &nobjts, &s->maxobjt,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash)
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname,
1130 nfp->ctf_objthash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
920 if (fp->ctf_objthash == NULL
922 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
936 if (fp->ctf_objthash == NULL
938 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
H A Dctf-create.c161 fp->ctf_objthash = objthash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1355 if (ctf_dynhash_lookup (fp->ctf_objthash, name) != NULL ||
H A Dctf-impl.h415 ctf_dynhash_t *ctf_objthash; /* name -> 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.c1791 ctf_dynhash_destroy (fp->ctf_objthash);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c276 symhash = fp->ctf_objthash;
317 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
372 symhash = fp->ctf_objthash;
409 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
449 ctf_dynhash_lookup (fp->ctf_objthash, dvd->dvd_name)) > 0)
514 if (symtypetab_density (fp, s->symfp, fp->ctf_objthash, &nobjts, &s->maxobjt,
564 reported have now been removed from the ctf_objthash and ctf_funchash.
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash)
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname,
1130 nfp->ctf_objthash
[all...]
H A Dctf-lookup.c683 ctf_dynhash_t *dynh = functions ? fp->ctf_funchash : fp->ctf_objthash;
920 if (fp->ctf_objthash == NULL
922 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
936 if (fp->ctf_objthash == NULL
938 ctf_dynhash_lookup (fp->ctf_objthash, symname)) == 0))
H A Dctf-create.c161 fp->ctf_objthash = objthash;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
1355 if (ctf_dynhash_lookup (fp->ctf_objthash, name) != NULL ||
H A Dctf-impl.h415 ctf_dynhash_t *ctf_objthash; /* name -> 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.c1791 ctf_dynhash_destroy (fp->ctf_objthash);

Completed in 235 milliseconds