Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dp-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()
H A Dp-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()
325 if (is_pascal_string_type (type, &length_pos, &length_size, in pascal_val_print()
328 len = extract_unsigned_integer (valaddr + embedded_offset + length_pos, length_size); in pascal_val_print()
H A DChangeLog-200210308 changed. Args length_pos, length_size, string_pos, char_size
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A 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()
H A Dvms.h605 int length_pos; member
H A Dvms.c99 PRIV (length_pos) = 2; in vms_initialize()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dvms-misc.c674 PRIV (length_pos) = PRIV (output_size);
678 PRIV (length_pos));
730 PRIV (length_pos) = 2;
733 vms_debug (6, "vms_output_pop: length_pos = %d\n", PRIV (length_pos));
753 real_size, PRIV (pushed_size), PRIV (length_pos));
783 PRIV (output_size) = PRIV (length_pos);
H A Dvms.h609 int length_pos; member
H A Dvms.c321 PRIV (length_pos) = 2;