Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c105 : section_maps (new arm_mapping_symbol_vec[num_sections]), in arm_per_bfd()
119 std::unique_ptr<arm_mapping_symbol_vec[]> section_maps; member
666 = data->section_maps[section_idx]; in arm_find_mapping_symbol()
2500 std::vector<std::vector<arm_exidx_entry>> section_maps; member
2579 data->section_maps.resize (objfile->obfd->section_count); in arm_exidx_new_objfile()
2730 data->section_maps[sec->the_bfd_section->index].push_back in arm_exidx_new_objfile()
2754 = data->section_maps[sec->the_bfd_section->index]; in arm_find_exidx_entry()
9756 = data->section_maps[bfd_asymbol_section (sym)->index]; in arm_record_special_symbol()
DChangeLog-20197805 (struct arm_exidx_data) <section_maps>: Change type.
8506 <section_maps>: Change type to
8509 (arm_find_mapping_symbol): Adjust to section_maps type change.
8511 (arm_record_special_symbol): Adjust to section_maps type change.