Home
last modified time | relevance | path

Searched refs:psymtabs_addrmap (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dobjfiles.h234 struct addrmap *psymtabs_addrmap; member
H A Dobjfiles.c782 if (objfile->psymtabs_addrmap) in objfile_relocate1()
783 addrmap_relocate (objfile->psymtabs_addrmap, in objfile_relocate1()
H A Dpsymtab.c312 if (objfile->psymtabs_addrmap != NULL) in find_pc_sect_psymtab()
314 pst = addrmap_find (objfile->psymtabs_addrmap, pc); in find_pc_sect_psymtab()
H A Ddwarf2read.c2527 objfile->psymtabs_addrmap = addrmap_create_fixed (mutable_map, in create_addrmap_from_index()
3676 if (!objfile->psymtabs_addrmap) in dw2_find_pc_sect_symtab()
3679 data = addrmap_find (objfile->psymtabs_addrmap, pc); in dw2_find_pc_sect_symtab()
4948 addrmap_set_empty (objfile->psymtabs_addrmap, in process_psymtab_comp_unit_reader()
5473 objfile->psymtabs_addrmap = NULL; in psymtabs_addrmap_cleanup()
5533 objfile->psymtabs_addrmap = addrmap_create_mutable (&temp_obstack); in dwarf2_build_psymtabs_hard()
5545 objfile->psymtabs_addrmap = addrmap_create_fixed (objfile->psymtabs_addrmap, in dwarf2_build_psymtabs_hard()
6150 addrmap_set_empty (objfile->psymtabs_addrmap, in add_partial_subprogram()
10078 addrmap_set_empty (objfile->psymtabs_addrmap, in dwarf2_ranges_read()
20203 addrmap_foreach (objfile->psymtabs_addrmap, add_address_entry_worker, in write_address_map()
[all …]
H A Dsymfile.c2586 objfile->psymtabs_addrmap = NULL; in reread_symbols()