Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c770 struct dwarf2_section_info info_or_types; member
8541 if (sections->info_or_types.asection != NULL) in locate_virtual_dwo_sections()
8543 sections->info_or_types.asection = sectp; in locate_virtual_dwo_sections()
8544 sections->info_or_types.size = bfd_get_section_size (sectp); in locate_virtual_dwo_sections()
8669 || sections.info_or_types.asection == NULL in create_dwo_in_dwp()
8748 *dwo_unit->info_or_types_section = sections.info_or_types; in create_dwo_in_dwp()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c628 struct dwarf2_section_info info_or_types;
11388 if (sections->info_or_types.s.section != NULL)
11390 sections->info_or_types.s.section = sectp;
11391 sections->info_or_types.size = bfd_section_size (sectp);
11512 || sections.info_or_types.empty ()
11583 *dwo_unit->section = sections.info_or_types;