Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.c2242 std::vector<sect_opt> sect_opts = { { ".text", NULL } }; in add_symbol_file_command() local
2268 sect_opts[0].value = arg; in add_symbol_file_command()
2287 sect_opts.push_back (sect); in add_symbol_file_command()
2319 std::vector<sect_opt>::const_iterator it = sect_opts.begin (); in add_symbol_file_command()
2322 for (; it != sect_opts.end (); ++it) in add_symbol_file_command()
DChangeLog-20061209 extending sect_opts.
DChangeLog-20038010 (add_symbol_file_command): Allocate sect_opts dynamically.