Home
last modified time | relevance | path

Searched refs:num_fn_fields (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c3581 int num_fn_fields; in hpread_read_struct_type() member
3922 fn_list->num_fn_fields = 5; /* # of entries for which space allocated */ in hpread_read_struct_type()
3931 if (++(fn_p->field.length) > fn_p->num_fn_fields) in hpread_read_struct_type()
3936 (fn_p->num_fn_fields + 5) * sizeof (struct fn_field)); in hpread_read_struct_type()
3937 fn_p->num_fn_fields += 5; in hpread_read_struct_type()
DChangeLog-1998879 (hpread_read_struct_type): Add new field num_fn_fields to next_fn_field