Lines Matching refs:OPTION
11 // (at your option) any later version.
1644 // Implement the --defsym option on the command line. Return true if
1776 { "OPTION", OPTION },
1961 // Option flags to pass to cplus_demagle.
2811 // Called by the bison parser to parse an OPTION.
2814 script_parse_option(void* closurev, const char* option, size_t length)
2817 // We treat the option as a single command-line option, even if
2823 gold_warning(_("%s:%d:%d: ignoring command OPTION; OPTION is only valid"
2830 const char* mutable_option = strndup(option, length);
2843 // the format depends on the endianness option, which we don't
2881 // exactly like a -L option.
2884 script_add_search_dir(void* closurev, const char* option, size_t length)
2893 std::string s = "-L" + std::string(option, length);