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

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-utils.c 321 PyTypeObject *type_obj = (PyTypeObject *) closure;
324 raw_ptr = (char *) self + type_obj->tp_dictoffset;
320 PyTypeObject *type_obj = (PyTypeObject *) closure; local
py-type.c 1462 type_object *type_obj;
1479 type_obj = PyObject_New (type_object, &type_object_type);
1480 if (type_obj)
1481 set_type (type_obj, type);
1483 return (PyObject *) type_obj;
1459 type_object *type_obj; local
py-value.c 188 PyObject *type_obj = nullptr; local
191 &val_obj, &type_obj))
195 if (type_obj != nullptr && type_obj != Py_None)
197 type = type_object_to_type (type_obj);
832 PyObject *type_obj, *result = NULL; local
835 if (! PyArg_ParseTuple (args, "O", &type_obj))
838 type = type_object_to_type (type_obj);
  /src/external/gpl3/gdb/dist/gdb/python/
py-utils.c 321 PyTypeObject *type_obj = (PyTypeObject *) closure;
324 raw_ptr = (char *) self + type_obj->tp_dictoffset;
320 PyTypeObject *type_obj = (PyTypeObject *) closure; local
py-type.c 1206 type_object *type_obj = (type_object *) obj;
1208 if (type_obj->type != nullptr)
1210 if (type_obj->type->is_objfile_owned ())
1211 typy_registry.remove (type_obj->type->objfile_owner (), type_obj);
1213 typy_registry.remove (type_obj->type->arch_owner (), type_obj);
1441 type_object *type_obj;
1461 type_obj = typy_registry.lookup (type->objfile_owner (), type);
1463 type_obj = typy_registry.lookup (type->arch_owner (), type)
1203 type_object *type_obj = (type_object *) obj; local
1438 type_object *type_obj; local
    [all...]
py-value.c 185 PyObject *type_obj = nullptr; local
188 &val_obj, &type_obj))
192 if (type_obj != nullptr && type_obj != Py_None)
194 type = type_object_to_type (type_obj);
810 PyObject *type_obj, *result = NULL; local
813 if (! PyArg_ParseTuple (args, "O", &type_obj))
816 type = type_object_to_type (type_obj);

Completed in 18 milliseconds