Searched refs:length_pos (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | p-lang.c | 50 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()
|
| D | p-valprint.c | 69 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/ |
| 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()
|
| D | vms.h | 605 int length_pos; member
|
| D | vms.c | 98 PRIV (length_pos) = 2; in vms_initialize()
|