Searched refs:string_pos (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | p-lang.c | 99 int *length_size, int *string_pos, in is_pascal_string_type() argument 117 if (string_pos) in is_pascal_string_type() 118 *string_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type() 137 if (string_pos) in is_pascal_string_type() 138 *string_pos = TYPE_FIELD_BITPOS (type, 2) / TARGET_CHAR_BIT; in is_pascal_string_type()
|
H A D | p-valprint.c | 72 int length_pos, length_size, string_pos; in pascal_val_print() local 202 &string_pos, &char_type, NULL) in pascal_val_print() 216 addr + string_pos, string_length, in pascal_val_print() 319 &string_pos, &char_type, NULL)) in pascal_val_print() 325 valaddr + embedded_offset + string_pos, in pascal_val_print()
|