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

  /src/external/cddl/osnet/dist/uts/common/sys/
ctf_api.h 147 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *); typedef
192 extern int ctf_type_visit(ctf_file_t *, ctf_id_t, ctf_visit_f *, void *);
  /src/external/gpl3/binutils/dist/include/
ctf-api.h 296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset, typedef
652 /* Recursively visit the members of any type, calling the ctf_visit_f for each. */
654 extern int ctf_type_visit (ctf_dict_t *, ctf_id_t, ctf_visit_f *, void *);
  /src/external/gpl3/binutils.old/dist/include/
ctf-api.h 296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset, typedef
652 /* Recursively visit the members of any type, calling the ctf_visit_f for each. */
654 extern int ctf_type_visit (ctf_dict_t *, ctf_id_t, ctf_visit_f *, void *);
  /src/external/gpl3/gdb/dist/include/
ctf-api.h 296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset, typedef
652 /* Recursively visit the members of any type, calling the ctf_visit_f for each. */
654 extern int ctf_type_visit (ctf_dict_t *, ctf_id_t, ctf_visit_f *, void *);
  /src/external/gpl3/gdb.old/dist/include/
ctf-api.h 286 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset, typedef
627 /* Recursively visit the members of any type, calling the ctf_visit_f for each. */
629 extern int ctf_type_visit (ctf_dict_t *, ctf_id_t, ctf_visit_f *, void *);

Completed in 33 milliseconds