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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c2224 std::vector<sect_opt> sect_opts = { { ".text", NULL } };
2250 sect_opts[0].value = arg;
2269 sect_opts.push_back (sect);
2301 std::vector<sect_opt>::const_iterator it = sect_opts.begin ();
2304 for (; it != sect_opts.end (); ++it)
2222 std::vector<sect_opt> sect_opts = { { ".text", NULL } }; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c2211 std::vector<sect_opt> sect_opts = { { ".text", NULL } };
2237 sect_opts[0].value = arg;
2256 sect_opts.push_back (sect);
2288 std::vector<sect_opt>::const_iterator it = sect_opts.begin ();
2291 for (; it != sect_opts.end (); ++it)
2209 std::vector<sect_opt> sect_opts = { { ".text", NULL } }; local

Completed in 112 milliseconds