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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-load.c67 struct setup_sections_data struct
92 struct setup_sections_data *data = (struct setup_sections_data *) data_voidp;
589 struct setup_sections_data setup_sections_data; local
620 setup_sections_data.last_size = 0;
621 setup_sections_data.last_section_first = abfd->sections;
622 setup_sections_data.last_prot = -1;
623 setup_sections_data.last_max_alignment = 1;
624 setup_sections_data
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-load.c68 struct setup_sections_data struct
70 explicit setup_sections_data (bfd *abfd) function in struct:setup_sections_data
104 /* See setup_sections_data. */
107 setup_sections_data::setup_one_section (asection *sect)
634 struct setup_sections_data setup_sections_data (abfd.get ());
636 setup_sections_data.setup_one_section (sect);
637 setup_sections_data.setup_one_section (nullptr);
812 setup_sections_data.munmap_list.add (regs_addr, regs_type->length ());
834 setup_sections_data
[all...]

Completed in 159 milliseconds