Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
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()
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()
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()
/freebsd-12-stable/contrib/wpa/src/ap/
Dbeacon.c1290 u8 *pos, *length_pos, buf[200]; in hostapd_gen_fils_discovery() local
1355 length_pos = pos++; in hostapd_gen_fils_discovery()
1384 *length_pos = pos - (length_pos + 1); in hostapd_gen_fils_discovery()