Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/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; in setup_sections() argument
589 struct setup_sections_data setup_sections_data; in compile_object_load() local
620 setup_sections_data.last_size = 0; in compile_object_load()
621 setup_sections_data.last_section_first = abfd->sections; in compile_object_load()
622 setup_sections_data.last_prot = -1; in compile_object_load()
623 setup_sections_data.last_max_alignment = 1; in compile_object_load()
624 setup_sections_data.munmap_list.reset (new struct munmap_list); in compile_object_load()
627 setup_sections (abfd.get (), NULL, &setup_sections_data); in compile_object_load()
783 setup_sections_data.munmap_list->add (out_value_addr, in compile_object_load()
[all …]
/netbsd/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; in setup_sections() argument
589 struct setup_sections_data setup_sections_data; in compile_object_load() local
620 setup_sections_data.last_size = 0; in compile_object_load()
621 setup_sections_data.last_section_first = abfd->sections; in compile_object_load()
622 setup_sections_data.last_prot = -1; in compile_object_load()
623 setup_sections_data.last_max_alignment = 1; in compile_object_load()
624 setup_sections_data.munmap_list.reset (new struct munmap_list); in compile_object_load()
627 setup_sections (abfd.get (), NULL, &setup_sections_data); in compile_object_load()
783 setup_sections_data.munmap_list->add (out_value_addr, in compile_object_load()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20159113 (struct setup_sections_data): Add field munmap_list_headp.
9116 setup_sections_data.munmap_list_headp, return munmap_list_head.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20159113 (struct setup_sections_data): Add field munmap_list_headp.
9116 setup_sections_data.munmap_list_headp, return munmap_list_head.