Lines Matching defs:objfile_object
29 struct objfile_object
57 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("objfile_object");
63 void operator() (objfile_object *obj)
66 gdbpy_ref<objfile_object> object (obj);
71 static const registry<objfile>::key<objfile_object, objfpy_deleter>
93 objfile_object *obj = (objfile_object *) self;
107 objfile_object *obj = (objfile_object *) self;
124 objfile_object *self = (objfile_object *) o;
137 objfile_object *obj = (objfile_object *) self;
154 objfile_object *obj = (objfile_object *) self;
184 objfile_object *obj = (objfile_object *) self;
195 objfile_object *self = (objfile_object *) o;
206 /* Initialize an objfile_object.
210 objfpy_initialize (objfile_object *self)
244 gdbpy_ref<objfile_object> self ((objfile_object *) type->tp_alloc (type, 0));
258 objfile_object *self = (objfile_object *) o;
267 objfile_object *self = (objfile_object *) o;
296 objfile_object *self = (objfile_object *) o;
306 objfile_object *self = (objfile_object *) o;
335 objfile_object *self = (objfile_object *) o;
346 objfile_object *self = (objfile_object *) o;
375 objfile_object *self = (objfile_object *) o;
386 objfile_object *self = (objfile_object *) o;
397 objfile_object *self = (objfile_object *) o;
427 objfile_object *obj = (objfile_object *) self;
441 objfile_object *obj = (objfile_object *) self;
470 objfile_object *obj = (objfile_object *) self;
505 objfile_object *obj = (objfile_object *) self;
538 objfile_object *self = (objfile_object *) self_;
696 gdbpy_ref<objfile_object> object
697 ((objfile_object *) PyObject_New (objfile_object, &objfile_object_type));
784 sizeof (objfile_object), /*tp_basicsize*/
816 offsetof (objfile_object, dict), /* tp_dictoffset */