Lines Matching refs:PyObject
34 PyObject *printers;
37 PyObject *type_printers;
47 static PyObject *
48 objfpy_get_filename (PyObject *self, void *closure) in objfpy_get_filename()
59 objfpy_dealloc (PyObject *o) in objfpy_dealloc()
68 static PyObject *
69 objfpy_new (PyTypeObject *type, PyObject *args, PyObject *keywords) in objfpy_new()
91 return (PyObject *) self; in objfpy_new()
94 PyObject *
95 objfpy_get_printers (PyObject *o, void *ignore) in objfpy_get_printers()
104 objfpy_set_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_printers()
106 PyObject *tmp; in objfpy_set_printers()
134 static PyObject *
135 objfpy_get_type_printers (PyObject *o, void *ignore) in objfpy_get_type_printers()
146 objfpy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_type_printers()
148 PyObject *tmp; in objfpy_set_type_printers()
177 static PyObject *
178 objfpy_is_valid (PyObject *self, PyObject *args) in objfpy_is_valid()
200 Py_DECREF ((PyObject *) object); in py_free_objfile()
208 PyObject *
239 return (PyObject *) object; in objfile_to_objfile_object()
253 (PyObject *) &objfile_object_type); in gdbpy_initialize_objfile()