OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recpy_func_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-record.c
41
PyTypeObject
recpy_func_type
= {
variable
299
&
recpy_func_type
);
631
recpy_func_type
.tp_new = PyType_GenericNew;
632
recpy_func_type
.tp_flags = Py_TPFLAGS_DEFAULT;
633
recpy_func_type
.tp_basicsize = sizeof (recpy_element_object);
634
recpy_func_type
.tp_name = "gdb.RecordFunctionSegment";
635
recpy_func_type
.tp_doc = "GDB record function segment object";
636
recpy_func_type
.tp_getset = recpy_func_getset;
637
recpy_func_type
.tp_richcompare = recpy_element_richcompare;
638
recpy_func_type
.tp_hash = recpy_element_hash
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/python/
py-record.c
41
PyTypeObject
recpy_func_type
= {
variable
280
&
recpy_func_type
);
569
recpy_func_type
.tp_new = PyType_GenericNew;
570
recpy_func_type
.tp_flags = Py_TPFLAGS_DEFAULT;
571
recpy_func_type
.tp_basicsize = sizeof (recpy_element_object);
572
recpy_func_type
.tp_name = "gdb.RecordFunctionSegment";
573
recpy_func_type
.tp_doc = "GDB record function segment object";
574
recpy_func_type
.tp_getset = recpy_func_getset;
575
recpy_func_type
.tp_richcompare = recpy_element_richcompare;
576
recpy_func_type
.tp_hash = recpy_element_hash
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026