Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-tdep.c329 int si_pad_size; in linux_get_siginfo_type_with_fields() local
334 si_pad_size = (si_max_size / size_of_int) - 4; in linux_get_siginfo_type_with_fields()
336 si_pad_size = (si_max_size / size_of_int) - 3; in linux_get_siginfo_type_with_fields()
338 init_vector_type (int_type, si_pad_size)); in linux_get_siginfo_type_with_fields()