Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c2288 struct section_addr_info *section_addrs; in add_symbol_file_command() local
2387 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
2388 make_cleanup (xfree, section_addrs); in add_symbol_file_command()
2399 section_addrs->other[sec_num].name = sec; in add_symbol_file_command()
2400 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command()
2416 section_addrs, flags); in add_symbol_file_command()