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

  /src/external/cddl/osnet/dist/uts/common/sys/
ctf_api.h 57 * opaque ctf_file_t. Types are identified by an opaque ctf_id_t token.
61 typedef long ctf_id_t; typedef
94 ctf_id_t ctm_type; /* type of struct or union member */
99 ctf_id_t ctr_contents; /* type of array contents */
100 ctf_id_t ctr_index; /* type of array index */
105 ctf_id_t ctc_return; /* function return type */
111 ctf_id_t ctb_typeidx; /* last type associated with the label */
117 * Functions that return integer status or a ctf_id_t use the following value
147 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *);
148 typedef int ctf_member_f(const char *, ctf_id_t, ulong_t, void *)
    [all...]
  /src/external/gpl3/binutils/dist/include/
ctf-api.h 38 opaque ctf_dict_t. Types are identified by an opaque ctf_id_t token.
46 typedef unsigned long ctf_id_t; typedef
146 ctf_id_t ctm_type; /* Type of struct or union member. */
152 ctf_id_t ctr_contents; /* Type of array contents. */
153 ctf_id_t ctr_index; /* Type of array index. */
159 ctf_id_t ctc_return; /* Function return type. */
166 ctf_id_t ctb_type; /* Last type associated with the label. */
177 /* Functions that return a ctf_id_t use the following value to indicate failure.
180 #define CTF_ERR ((ctf_id_t) -1L)
296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
ctf-api.h 38 opaque ctf_dict_t. Types are identified by an opaque ctf_id_t token.
46 typedef unsigned long ctf_id_t; typedef
146 ctf_id_t ctm_type; /* Type of struct or union member. */
152 ctf_id_t ctr_contents; /* Type of array contents. */
153 ctf_id_t ctr_index; /* Type of array index. */
159 ctf_id_t ctc_return; /* Function return type. */
166 ctf_id_t ctb_type; /* Last type associated with the label. */
177 /* Functions that return a ctf_id_t use the following value to indicate failure.
180 #define CTF_ERR ((ctf_id_t) -1L)
296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset
    [all...]
  /src/external/gpl3/gdb/dist/include/
ctf-api.h 38 opaque ctf_dict_t. Types are identified by an opaque ctf_id_t token.
46 typedef unsigned long ctf_id_t; typedef
146 ctf_id_t ctm_type; /* Type of struct or union member. */
152 ctf_id_t ctr_contents; /* Type of array contents. */
153 ctf_id_t ctr_index; /* Type of array index. */
159 ctf_id_t ctc_return; /* Function return type. */
166 ctf_id_t ctb_type; /* Last type associated with the label. */
177 /* Functions that return a ctf_id_t use the following value to indicate failure.
180 #define CTF_ERR ((ctf_id_t) -1L)
296 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
ctf-api.h 37 opaque ctf_dict_t. Types are identified by an opaque ctf_id_t token.
45 typedef unsigned long ctf_id_t; typedef
145 ctf_id_t ctm_type; /* Type of struct or union member. */
151 ctf_id_t ctr_contents; /* Type of array contents. */
152 ctf_id_t ctr_index; /* Type of array index. */
158 ctf_id_t ctc_return; /* Function return type. */
165 ctf_id_t ctb_type; /* Last type associated with the label. */
176 /* Functions that return a ctf_id_t use the following value to indicate failure.
179 #define CTF_ERR ((ctf_id_t) -1L)
286 typedef int ctf_visit_f (const char *name, ctf_id_t type, unsigned long offset
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ctfc.h 49 typedef uint64_t ctf_id_t; typedef
84 ctf_id_t ctr_contents; /* Type of array contents. */
85 ctf_id_t ctr_index; /* Type of array index. */
93 ctf_id_t ctc_return; /* Function return type. */
133 ctf_id_t dmd_type; /* Type of this member (for sou). */
146 ctf_id_t farg_type; /* Type identifier of the argument. */
160 ctf_id_t dtd_type; /* Type identifier for this definition. */
191 ctf_id_t dvd_type; /* Type of variable. */
299 ctf_id_t ctfc_nextid;
393 extern bool ctf_type_exists (ctf_container_ref, dw_die_ref, ctf_id_t *);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.h 49 typedef uint64_t ctf_id_t; typedef
84 ctf_id_t ctr_contents; /* Type of array contents. */
85 ctf_id_t ctr_index; /* Type of array index. */
93 ctf_id_t ctc_return; /* Function return type. */
133 ctf_id_t dmd_type; /* Type of this member (for sou). */
146 ctf_id_t farg_type; /* Type identifier of the argument. */
160 ctf_id_t dtd_type; /* Type identifier for this definition. */
189 ctf_id_t dvd_type; /* Type of variable. */
297 ctf_id_t ctfc_nextid;
391 extern bool ctf_type_exists (ctf_container_ref, dw_die_ref, ctf_id_t *);
    [all...]

Completed in 29 milliseconds