Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDpa64solib.c224 struct section_addr_info *section_addrs; in pa64_solib_add_solib_objfile() local
264 section_addrs = alloc_section_addr_info (bfd_count_sections (tmp_bfd)); in pa64_solib_add_solib_objfile()
265 my_cleanups = make_cleanup (xfree, section_addrs); in pa64_solib_add_solib_objfile()
273 section_addrs->other[0].addr = text_addr; in pa64_solib_add_solib_objfile()
274 section_addrs->other[0].name = ".text"; in pa64_solib_add_solib_objfile()
275 so->objfile = symbol_file_add (name, from_tty, section_addrs, 0, OBJF_SHARED); in pa64_solib_add_solib_objfile()
HDsymfile.c1615 struct section_addr_info *section_addrs; in add_symbol_file_command() local
1723 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
1724 make_cleanup (xfree, section_addrs); in add_symbol_file_command()
1735 section_addrs->other[sec_num].name = sec; in add_symbol_file_command()
1736 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command()
1752 symbol_file_add (filename, from_tty, section_addrs, 0, flags); in add_symbol_file_command()