Lines Matching refs:General_options
46 General_options
302 General_options::parse_help(const char*, const char*, Command_line*) in parse_help()
309 General_options::parse_version(const char* opt, const char*, Command_line*) in parse_version()
319 General_options::parse_V(const char*, const char*, Command_line*) in parse_V()
342 General_options::parse_defsym(const char*, const char* arg, in parse_defsym()
349 General_options::parse_incremental(const char*, const char*, in parse_incremental()
356 General_options::parse_no_incremental(const char*, const char*, in parse_no_incremental()
363 General_options::parse_incremental_full(const char*, const char*, in parse_incremental_full()
370 General_options::parse_incremental_update(const char*, const char*, in parse_incremental_update()
377 General_options::parse_incremental_changed(const char*, const char*, in parse_incremental_changed()
385 General_options::parse_incremental_unchanged(const char*, const char*, in parse_incremental_unchanged()
393 General_options::parse_incremental_unknown(const char*, const char*, in parse_incremental_unknown()
401 General_options::parse_incremental_startup_unchanged(const char*, const char*, in parse_incremental_startup_unchanged()
409 General_options::parse_library(const char*, const char* arg, in parse_library()
430 General_options::parse_plugin(const char*, const char* arg, in parse_plugin()
439 General_options::parse_plugin_opt(const char*, const char* arg, in parse_plugin_opt()
447 General_options::parse_R(const char* option, const char* arg, in parse_R()
458 General_options::parse_just_symbols(const char*, const char* arg, in parse_just_symbols()
469 General_options::parse_section_start(const char*, const char* arg, in parse_section_start()
511 General_options::section_start(const char* secname, uint64_t* paddr) const in section_start()
524 General_options::parse_static(const char*, const char*, Command_line*) in parse_static()
530 General_options::parse_script(const char*, const char* arg, in parse_script()
538 General_options::parse_version_script(const char*, const char* arg, in parse_version_script()
546 General_options::parse_dynamic_list(const char*, const char* arg, in parse_dynamic_list()
555 General_options::parse_start_group(const char*, const char*, in parse_start_group()
562 General_options::parse_end_group(const char*, const char*, in parse_end_group()
569 General_options::parse_start_lib(const char*, const char*, in parse_start_lib()
576 General_options::parse_end_lib(const char*, const char*, in parse_end_lib()
588 General_options::parse_exclude_libs(const char*, const char* arg, in parse_exclude_libs()
611 General_options::check_excluded_libs(const std::string &name) const in check_excluded_libs()
653 General_options::Object_format
654 General_options::string_to_object_format(const char* arg) in string_to_object_format()
657 return gold::General_options::OBJECT_FORMAT_ELF; in string_to_object_format()
659 return gold::General_options::OBJECT_FORMAT_BINARY; in string_to_object_format()
665 return gold::General_options::OBJECT_FORMAT_ELF; in string_to_object_format()
670 General_options::parse_fix_v4bx(const char*, const char*, in parse_fix_v4bx()
677 General_options::parse_fix_v4bx_interworking(const char*, const char*, in parse_fix_v4bx_interworking()
684 General_options::parse_EB(const char*, const char*, Command_line*) in parse_EB()
690 General_options::parse_EL(const char*, const char*, Command_line*) in parse_EL()
913 General_options::General_options() in General_options() function in gold::General_options
936 General_options::Object_format
937 General_options::format_enum() const in format_enum()
939 return General_options::string_to_object_format(this->format()); in format_enum()
942 General_options::Object_format
943 General_options::oformat_enum() const in oformat_enum()
945 return General_options::string_to_object_format(this->oformat()); in oformat_enum()
951 General_options::add_sysroot() in add_sysroot()
973 General_options::is_in_system_directory(const std::string& filename) const in is_in_system_directory()
993 General_options::add_plugin(const char* filename) in add_plugin()
1003 General_options::add_plugin_option(const char* arg) in add_plugin_option()
1015 General_options::finalize() in finalize()
1261 if (this->oformat_enum() != General_options::OBJECT_FORMAT_ELF in finalize()