Searched refs:orig_addrs (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c790 struct section_addr_info *orig_addrs;
806 orig_addrs = alloc_section_addr_info (bfd_count_sections (abfd));
807 my_cleanups = make_cleanup (xfree, orig_addrs);
811 orig_addrs->num_sections = addrs->num_sections;
813 orig_addrs->other[i] = addrs->other[i];
861 = symbol_file_add (debugfile, from_tty, orig_addrs, 0, flags);
789 struct section_addr_info *orig_addrs; local

Completed in 131 milliseconds