Searched refs:sect_opts (Results 1 – 3 of 3) sorted by relevance
2242 std::vector<sect_opt> sect_opts = { { ".text", NULL } }; in add_symbol_file_command() local2268 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()
1209 extending sect_opts.
8010 (add_symbol_file_command): Allocate sect_opts dynamically.