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

  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.c 206 struct type *field_gdb_type; local
212 field_gdb_type = make_gdb_type (m_gdbarch, f.type);
214 field_gdb_type = builtin_type (m_gdbarch)->builtin_uint64;
216 field_gdb_type = builtin_type (m_gdbarch)->builtin_uint32;
219 (m_type, xstrdup (f.name.c_str ()), field_gdb_type);
239 type *field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
242 field_gdb_type);
257 type* field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
259 field_gdb_type);
264 if (field_gdb_type->is_vector ()
279 type *field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.c 207 struct type *field_gdb_type; local
213 field_gdb_type = make_gdb_type (m_gdbarch, f.type);
215 field_gdb_type = builtin_type (m_gdbarch)->builtin_uint64;
217 field_gdb_type = builtin_type (m_gdbarch)->builtin_uint32;
220 (m_type, xstrdup (f.name.c_str ()), field_gdb_type);
240 type *field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
243 field_gdb_type);
258 type* field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
260 field_gdb_type);
265 if (field_gdb_type->is_vector ()
280 type *field_gdb_type = make_gdb_type (m_gdbarch, f.type); local
    [all...]

Completed in 15 milliseconds