OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:str_obj
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-lazy-string.c
96
lazy_string_object *
str_obj
= (lazy_string_object *) self;
local
98
Py_INCREF (
str_obj
->type);
99
return
str_obj
->type;
176
lazy_string_object *
str_obj
= NULL;
local
230
str_obj
= PyObject_New (lazy_string_object, &lazy_string_object_type);
231
if (!
str_obj
)
234
str_obj
->address = address;
235
str_obj
->length = length;
237
str_obj
->encoding = NULL;
239
str_obj
->encoding = xstrdup (encoding)
[
all
...]
py-symtab.c
155
PyObject *
str_obj
;
local
162
str_obj
= host_string_to_python_string (filename).release ();
163
return
str_obj
;
py-value.c
533
PyObject *
str_obj
= NULL;
local
595
str_obj
= gdbpy_create_lazy_string_object (addr, length, user_encoding,
603
return
str_obj
;
/src/external/gpl3/gdb.old/dist/gdb/python/
py-lazy-string.c
96
lazy_string_object *
str_obj
= (lazy_string_object *) self;
local
98
Py_INCREF (
str_obj
->type);
99
return
str_obj
->type;
176
lazy_string_object *
str_obj
= NULL;
local
221
str_obj
= PyObject_New (lazy_string_object, &lazy_string_object_type);
222
if (!
str_obj
)
225
str_obj
->address = address;
226
str_obj
->length = length;
228
str_obj
->encoding = NULL;
230
str_obj
->encoding = xstrdup (encoding)
[
all
...]
py-symtab.c
155
PyObject *
str_obj
;
local
162
str_obj
= host_string_to_python_string (filename).release ();
163
return
str_obj
;
py-value.c
539
PyObject *
str_obj
= NULL;
local
603
str_obj
= gdbpy_create_lazy_string_object (addr, length, user_encoding,
611
return
str_obj
;
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026