Searched refs:d_info (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.h92 struct d_info struct
151 cplus_demangle_mangled_name (struct d_info *, int);
155 cplus_demangle_type (struct d_info *);
158 cplus_demangle_init_info (const char *, int, size_t, struct d_info *);
H A Dcp-demangle.c130 static struct demangle_component *d_mangled_name (struct d_info *, int);
133 static struct demangle_component *d_type (struct d_info *);
139 static void d_init_info (const char *, int, size_t, struct d_info *);
193 /* What to set the last_name field of d_info to; NULL if we should
288 d_make_empty (struct d_info *);
291 d_make_comp (struct d_info *, enum demangle_component_type,
296 d_make_name (struct d_info *, const char *, int);
299 d_make_builtin_type (struct d_info *,
303 d_make_operator (struct d_info *,
307 d_make_extended_operator (struct d_info *, in
[all...]
H A Dcp-demint.c187 struct d_info di;
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c655 const struct decode_info *d_info; local
657 d_info = ring_decode_info[engine->id][CMD_TYPE(cmd)];
658 if (d_info == NULL)
661 return cmd >> (32 - d_info->op_len);
698 const struct decode_info *d_info; local
701 d_info = ring_decode_info[engine->id][CMD_TYPE(cmd)];
702 if (d_info == NULL)
706 cmd >> (32 - d_info->op_len), d_info->name);
708 for (i = 0; i < d_info
[all...]

Completed in 121 milliseconds