Home | History | Annotate | Download | only in gold

Lines Matching refs:General_options

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