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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c2300 section_addr_info section_addrs;
2310 if (section_addrs.empty ())
2320 section_addrs.emplace_back (addr, sec, section_addrs.size ());
2332 (section_addrs.empty ()
2336 else if (section_addrs.empty ())
2342 objf = symbol_file_add (filename.get (), add_flags, &section_addrs,
2349 set_objfile_default_section_offset (objf, section_addrs, offset);
2298 section_addr_info section_addrs; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c2287 section_addr_info section_addrs;
2297 if (section_addrs.empty ())
2307 section_addrs.emplace_back (addr, sec, section_addrs.size ());
2319 (section_addrs.empty ()
2323 else if (section_addrs.empty ())
2329 objf = symbol_file_add (filename.get (), add_flags, &section_addrs,
2336 set_objfile_default_section_offset (objf, section_addrs, offset);
2285 section_addr_info section_addrs; local

Completed in 201 milliseconds