HomeSort by: relevance | last modified time | path
    Searched defs:symhash (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 99 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
168 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0)
178 ctf_dynhash_remove (symhash, name);
182 /* We don't remove skippable symbols from the symhash because we don't
195 ctf_dynhash_remove (symhash, name);
206 ctf_dynhash_remove (symhash, name);
268 ctf_dynhash_t *symhash; local
278 symhash = fp->ctf_funchash;
280 symhash = fp->ctf_objthash;
334 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL
364 ctf_dynhash_t *symhash; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 93 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
162 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0)
172 ctf_dynhash_remove (symhash, name);
176 /* We don't remove skippable symbols from the symhash because we don't
189 ctf_dynhash_remove (symhash, name);
200 ctf_dynhash_remove (symhash, name);
262 ctf_dynhash_t *symhash; local
272 symhash = fp->ctf_funchash;
274 symhash = fp->ctf_objthash;
328 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL
358 ctf_dynhash_t *symhash; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 93 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
162 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0)
172 ctf_dynhash_remove (symhash, name);
176 /* We don't remove skippable symbols from the symhash because we don't
189 ctf_dynhash_remove (symhash, name);
200 ctf_dynhash_remove (symhash, name);
262 ctf_dynhash_t *symhash; local
272 symhash = fp->ctf_funchash;
274 symhash = fp->ctf_objthash;
328 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL
358 ctf_dynhash_t *symhash; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 99 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
168 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0)
178 ctf_dynhash_remove (symhash, name);
182 /* We don't remove skippable symbols from the symhash because we don't
195 ctf_dynhash_remove (symhash, name);
206 ctf_dynhash_remove (symhash, name);
268 ctf_dynhash_t *symhash; local
278 symhash = fp->ctf_funchash;
280 symhash = fp->ctf_objthash;
334 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL
364 ctf_dynhash_t *symhash; local
    [all...]

Completed in 36 milliseconds