Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dp-lang.c50 is_pascal_string_type (struct type *type,int *length_pos, in is_pascal_string_type() argument
63 if (length_pos) in is_pascal_string_type()
64 *length_pos = TYPE_FIELD_BITPOS (type, 0) / TARGET_CHAR_BIT; in is_pascal_string_type()
66 *capacity_pos = *length_pos; /* Fake capacity */ in is_pascal_string_type()
89 if (length_pos) in is_pascal_string_type()
90 *length_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type()
Dp-valprint.c69 int length_pos, length_size, capacity_pos, capacity_size, string_pos; in pascal_val_print() local
196 if (is_pascal_string_type (elttype, &length_pos, &length_size, &capacity_pos, &capacity_size, in pascal_val_print()
203 read_memory (addr + length_pos, buffer, length_size); in pascal_val_print()
323 if (is_pascal_string_type (type, &length_pos, &length_size, &capacity_pos, &capacity_size, in pascal_val_print()
326 len = extract_unsigned_integer (valaddr + embedded_offset + length_pos, length_size); in pascal_val_print()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dvms-misc.c594 PRIV (length_pos) = PRIV (output_size); in _bfd_vms_output_begin()
598 PRIV (length_pos)); in _bfd_vms_output_begin()
643 PRIV (length_pos) = 2; in _bfd_vms_output_pop()
646 vms_debug (6, "vms_output_pop: length_pos = %d\n", PRIV (length_pos)); in _bfd_vms_output_pop()
664 real_size, PRIV (pushed_size), PRIV (length_pos)); in _bfd_vms_output_flush()
688 PRIV (output_size) = PRIV (length_pos); in _bfd_vms_output_flush()
Dvms.h605 int length_pos; member
Dvms.c98 PRIV (length_pos) = 2; in vms_initialize()