Lines Matching refs:PyObject
52 static PyObject *
53 stpy_get_address (PyObject *self, void *closure) in stpy_get_address()
60 static PyObject *
61 stpy_get_encoding (PyObject *self, void *closure) in stpy_get_encoding()
64 PyObject *result; in stpy_get_encoding()
79 static PyObject *
80 stpy_get_length (PyObject *self, void *closure) in stpy_get_length()
87 static PyObject *
88 stpy_get_type (PyObject *self, void *closure) in stpy_get_type()
95 static PyObject *
96 stpy_convert_to_value (PyObject *self, PyObject *args) in stpy_convert_to_value()
119 stpy_dealloc (PyObject *self) in stpy_dealloc()
126 PyObject *
159 return (PyObject *) str_obj; in gdbpy_create_lazy_string_object()
174 gdbpy_is_lazy_string (PyObject *result) in gdbpy_is_lazy_string()
185 gdbpy_extract_lazy_string (PyObject *string, CORE_ADDR *addr, in gdbpy_extract_lazy_string()