Searched refs:section_addrs (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | pa64solib.c | 225 struct section_addr_info *section_addrs; in pa64_solib_add_solib_objfile() local 265 section_addrs = alloc_section_addr_info (bfd_count_sections (tmp_bfd)); in pa64_solib_add_solib_objfile() 266 my_cleanups = make_cleanup (xfree, section_addrs); in pa64_solib_add_solib_objfile() 274 section_addrs->other[0].addr = text_addr; in pa64_solib_add_solib_objfile() 275 section_addrs->other[0].name = ".text"; in pa64_solib_add_solib_objfile() 276 so->objfile = symbol_file_add (name, from_tty, section_addrs, 0, OBJF_SHARED); in pa64_solib_add_solib_objfile()
|
H A D | symfile.c | 1646 struct section_addr_info *section_addrs; in add_symbol_file_command() local 1754 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command() 1755 make_cleanup (xfree, section_addrs); in add_symbol_file_command() 1766 section_addrs->other[sec_num].name = sec; in add_symbol_file_command() 1767 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command() 1782 symbol_file_add (filename, from_tty, section_addrs, 0, flags); in add_symbol_file_command()
|
H A D | ChangeLog-1999 | 2401 * irix5-nat.c (symbol_add_stub): Add section_addrs, zero it. 2410 * irix5-nat.c (symbol_add_stub): Use section_addrs to pass text addr. 2475 (add_symbol_file_command): Add "section_addrs", zero it with memset.
|
H A D | ChangeLog-2003 | 8015 * win32-nat.c (solib_symbols_add): Allocate section_addrs
|