Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/data/gdb/
H A Dgdb-python.diff152 section_addrs = alloc_section_addr_info (section_index);
153 make_cleanup (xfree, section_addrs);
157 section_addrs->other[sec_num].name = sec;
158 section_addrs->other[sec_num].addr = addr;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dpa64solib.c225 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 Dsymfile.c1613 struct section_addr_info *section_addrs; in add_symbol_file_command() local
1721 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
1722 make_cleanup (xfree, section_addrs); in add_symbol_file_command()
1733 section_addrs->other[sec_num].name = sec; in add_symbol_file_command()
1734 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command()
1750 symbol_file_add (filename, from_tty, section_addrs, 0, flags); in add_symbol_file_command()
H A DChangeLog-19992401 * 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 DChangeLog-20038015 * win32-nat.c (solib_symbols_add): Allocate section_addrs
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dpa64solib.c225 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 Dsymfile.c1613 struct section_addr_info *section_addrs; in add_symbol_file_command() local
1721 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
1722 make_cleanup (xfree, section_addrs); in add_symbol_file_command()
1733 section_addrs->other[sec_num].name = sec; in add_symbol_file_command()
1734 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command()
1750 symbol_file_add (filename, from_tty, section_addrs, 0, flags); in add_symbol_file_command()
H A DChangeLog-19992401 * 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 DChangeLog-20038015 * win32-nat.c (solib_symbols_add): Allocate section_addrs
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymfile.c2277 section_addr_info section_addrs; in add_symbol_file_command() local
2287 if (section_addrs.empty ()) in add_symbol_file_command()
2297 section_addrs.emplace_back (addr, sec, section_addrs.size ()); in add_symbol_file_command()
2309 (section_addrs.empty () in add_symbol_file_command()
2313 else if (section_addrs.empty ()) in add_symbol_file_command()
2319 objf = symbol_file_add (filename.get (), add_flags, &section_addrs, in add_symbol_file_command()
2326 set_objfile_default_section_offset (objf, section_addrs, offset); in add_symbol_file_command()
H A DChangeLog-19992396 * irix5-nat.c (symbol_add_stub): Add section_addrs, zero it.
2405 * irix5-nat.c (symbol_add_stub): Use section_addrs to pass text addr.
2470 (add_symbol_file_command): Add "section_addrs", zero it with memset.
H A DChangeLog-20038015 * win32-nat.c (solib_symbols_add): Allocate section_addrs
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymfile.c2176 struct section_addr_info *section_addrs; in add_symbol_file_command() local
2275 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
2276 make_cleanup (xfree, section_addrs); in add_symbol_file_command()
2287 section_addrs->other[sec_num].name = sec; in add_symbol_file_command()
2288 section_addrs->other[sec_num].addr = addr; in add_symbol_file_command()
2304 section_addrs, flags); in add_symbol_file_command()
H A DChangeLog-19992401 * 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 DChangeLog-20038015 * win32-nat.c (solib_symbols_add): Allocate section_addrs
/dports/devel/gdb761/gdb-7.6.1/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()
H A DChangeLog-19992401 * 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 DChangeLog-20038015 * win32-nat.c (solib_symbols_add): Allocate section_addrs