Searched refs:string_pos (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-lang.c91 int *string_pos, struct type **char_type,
108 if (string_pos)
109 *string_pos = type->field (1).loc_bitpos () / TARGET_CHAR_BIT;
128 if (string_pos)
129 *string_pos = type->field (2).loc_bitpos () / TARGET_CHAR_BIT;
90 pascal_is_string_type(struct type *type,int *length_pos, int *length_size, int *string_pos, struct type **char_type, const char **arrayname) argument
H A Dp-lang.h32 data of the string length_pos, length_size and string_pos are given in
39 int *length_size, int *string_pos,
H A Dp-valprint.c80 int length_pos, length_size, string_pos;
205 &string_pos, &char_type, NULL) > 0
219 addr + string_pos, string_length,
318 &string_pos, &char_type, NULL) > 0)
322 printstr (stream, char_type, valaddr + string_pos, len,
79 int length_pos, length_size, string_pos; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-lang.c92 length_pos, length_size and string_pos are given in bytes.
99 int *length_size, int *string_pos,
117 if (string_pos)
118 *string_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT;
137 if (string_pos)
138 *string_pos = TYPE_FIELD_BITPOS (type, 2) / TARGET_CHAR_BIT;
98 is_pascal_string_type(struct type *type,int *length_pos, int *length_size, int *string_pos, struct type **char_type, const char **arrayname) argument
H A Dp-valprint.c80 int length_pos, length_size, string_pos;
205 &string_pos, &char_type, NULL)
219 addr + string_pos, string_length,
318 &string_pos, &char_type, NULL))
322 LA_PRINT_STRING (stream, char_type, valaddr + string_pos,
79 int length_pos, length_size, string_pos; local

Completed in 372 milliseconds