Searched refs:arg_slots (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c104 debug_type *arg_slots; member in struct:ieee_type
1377 debug_type *arg_slots; local
1430 arg_slots = NULL;
1968 if (arg_slots == NULL)
1970 arg_slots = ((debug_type *)
1971 xmalloc (nargs * sizeof *arg_slots));
1972 memset (arg_slots, 0, nargs * sizeof *arg_slots);
1974 arg_slots[i] = arg_types[i];
1977 arg_slots
3256 debug_type *arg_slots; local
[all...]

Completed in 71 milliseconds