Searched refs:self_string (Results 1 – 1 of 1) sorted by relevance
61 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_address() local63 return gdb_py_object_from_ulongest (self_string->address).release (); in stpy_get_address()69 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_encoding() local74 if (self_string->encoding) in stpy_get_encoding()75 result = PyUnicode_FromString (self_string->encoding); in stpy_get_encoding()88 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_get_length() local90 return gdb_py_object_from_longest (self_string->length).release (); in stpy_get_length()105 lazy_string_object *self_string = (lazy_string_object *) self; in stpy_convert_to_value() local107 if (self_string->address == 0) in stpy_convert_to_value()119 struct type *type = type_object_to_type (self_string->type); in stpy_convert_to_value()[all …]