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

  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 483 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR)
503 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) function
517 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next;
522 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 483 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR)
503 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) function
517 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next;
522 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 472 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR)
492 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) function
506 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next;
511 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 472 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR)
492 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) function
506 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next;
511 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun)

Completed in 31 milliseconds