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

  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 260 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL)
280 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, function
318 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next;
330 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 260 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL)
280 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, function
318 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next;
330 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 249 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL)
269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, function
307 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next;
319 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 249 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL)
269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, function
307 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next;
319 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun)

Completed in 32 milliseconds