Searched refs:length_pos (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | p-lang.c | 48 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 D | p-valprint.c | 67 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 D | ChangeLog-2002 | 10308 changed. Args length_pos, length_size, string_pos, char_size
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | vms-misc.c | 594 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 D | vms.h | 605 int length_pos; member
|
H A D | vms.c | 99 PRIV (length_pos) = 2; in vms_initialize()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | vms-misc.c | 674 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 D | vms.h | 609 int length_pos; member
|
H A D | vms.c | 321 PRIV (length_pos) = 2;
|