Home
last modified time | relevance | path

Searched refs:length_pos (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDp-lang.c48 is_pascal_string_type (struct type *type,int *length_pos, in is_pascal_string_type() argument
60 if (length_pos) in is_pascal_string_type()
61 *length_pos = TYPE_FIELD_BITPOS (type, 0) / TARGET_CHAR_BIT; in is_pascal_string_type()
78 if (length_pos) in is_pascal_string_type()
79 *length_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type()
HDp-valprint.c67 int length_pos, length_size, string_pos; in pascal_val_print() local
194 if (is_pascal_string_type (elttype, &length_pos, &length_size, in pascal_val_print()
201 read_memory (addr + length_pos, buffer, length_size); in pascal_val_print()
322 if (is_pascal_string_type (type, &length_pos, &length_size, in pascal_val_print()
325 len = extract_unsigned_integer (valaddr + embedded_offset + length_pos, length_size); in pascal_val_print()