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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgcore-elf.c71 bool variable_size_section = (regset != nullptr local
74 gdb_assert (variable_size_section || supply_size == collect_size);
H A Dcorelow.c695 bool variable_size_section = (regset->flags & REGSET_VARIABLE_SIZE); local
715 if (size != section_min_size && !variable_size_section)
752 bool variable_size_section = (regset->flags & REGSET_VARIABLE_SIZE); local
754 if (!variable_size_section)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c637 bool variable_size_section = (regset->flags & REGSET_VARIABLE_SIZE); local
657 if (size != section_min_size && !variable_size_section)
694 bool variable_size_section = (regset->flags & REGSET_VARIABLE_SIZE); local
696 if (!variable_size_section)
H A Dlinux-tdep.c1628 bool variable_size_section = (regset != NULL local
1631 if (!variable_size_section)

Completed in 136 milliseconds