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

  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 380 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR)
409 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR)
433 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) function
444 i->ctn_iter_fun = (void (*) (void)) ctf_type_next;
448 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 380 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR)
409 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR)
433 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) function
444 i->ctn_iter_fun = (void (*) (void)) ctf_type_next;
448 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 369 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR)
398 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR)
422 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) function
433 i->ctn_iter_fun = (void (*) (void)) ctf_type_next;
437 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 369 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR)
398 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR)
422 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) function
433 i->ctn_iter_fun = (void (*) (void)) ctf_type_next;
437 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun)

Completed in 31 milliseconds