#include "basic.h"


Go to the source code of this file.
| #define CALL_SHARED 0 |
Definition at line 54 of file opt_actions.h.
Referenced by specify_dyn_linker(), and specify_ipa_dyn_linker().
| #define CRAY_MP 1 |
| #define DSO_SHARED 2 |
Definition at line 56 of file opt_actions.h.
Referenced by add_file_args(), and add_final_ld_args().
| #define ENDIAN_BIG 0 |
Definition at line 46 of file opt_actions.h.
Referenced by build_link_order(), closest_target_match(), if(), lang_add_output_format(), ldfile_try_open_bfd(), open_output(), and parse_args().
| #define ENDIAN_LITTLE 1 |
Definition at line 47 of file opt_actions.h.
Referenced by add_file_args(), build_link_order(), closest_target_match(), if(), lang_add_output_format(), ldfile_try_open_bfd(), and parse_args().
| #define EXTENDED_ANSI 0 |
| #define KR_ANSI 1 |
| #define NON_SHARED 1 |
Definition at line 55 of file opt_actions.h.
Referenced by add_special_options(), if(), and save_ipl_commands().
| #define NORMAL_MP 0 |
| #define POSIX 3 |
Definition at line 52 of file opt_actions.h.
| #define RELOCATABLE 4 |
Definition at line 57 of file opt_actions.h.
Referenced by add_file_args(), add_final_ld_args(), and run_ld().
| #define STRICT_ANSI 2 |
| #define UNDEFINED -1 |
Definition at line 44 of file opt_actions.h.
| enum ABI |
Definition at line 68 of file opt_actions.h.
| enum ISA |
| ISA_NONE | |
| ISA_MIPS1 | |
| ISA_MIPS2 | |
| ISA_MIPS3 | |
| ISA_MIPS4 | |
| ISA_MIPS5 | |
| ISA_MIPS6 | |
| ISA_MIPSX | |
| ISA_MIPS64 | |
| ISA_IA641 | |
| ISA_IA32 | |
| ISA_X8664 | |
| ISA_COMPUTE_10 | |
| ISA_COMPUTE_11 | |
| ISA_COMPUTE_12 | |
| ISA_COMPUTE_13 | |
| ISA_SL |
Definition at line 77 of file opt_actions.h.
| enum m_flag |
Definition at line 1155 of file opt_actions.c.
References dashdash_flag, error(), option_name, and xpg_flag.
| void check_opt_tls_model | ( | char * | model | ) |
Definition at line 653 of file opt_actions.c.
References ABI_64, ABI_I32, ABI_I64, ABI_IA32, ABI_N32, ABI_W64, add_option_seen(), debug, default_isa, default_proc, fprintf(), get_option_name(), get_platform_abi(), get_toggle_name(), internal_error(), ISA_COMPUTE_10, ISA_IA32, ISA_IA641, ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4, ISA_MIPS64, ISA_X8664, M_ARCH, NULL, option_name, proc, set_cpu(), target_cpu, toggle(), UNDEFINED, and warning.
Definition at line 1024 of file opt_actions.c.
References earliest_phase(), error(), invoked_lang, L_CC, L_f77, last_phase, P_ratfor, and parse_error().
| boolean flag_is_superceded | ( | int | optflag | ) |
Referenced by FOREACH_OPTION_SEEN().
| boolean is_toggled | ( | int | obj | ) |
Definition at line 178 of file opt_actions.c.
References UNDEFINED.
Referenced by add_special_options(), display_version(), print_defaults(), set_defaults(), and toggle().
| void print_file_path | ( | char * | , | |
| int | ||||
| ) |
Definition at line 1543 of file opt_actions.c.
References asprintf(), check_for_saved_option(), execlp(), exit(), fprintf(), NULL, P_alt_library, P_be, P_gas, P_gcpp, P_library, print_phase_path(), and print_relative_path().
Definition at line 1433 of file opt_actions.c.
References error(), invoked_lang, and L_f90.
Referenced by add_special_options().
Definition at line 1415 of file opt_actions.c.
References add_option_seen(), debug, fprintf(), option_was_seen(), and set_dsm_default_options().
Referenced by add_special_options().
| void save_name | ( | char ** | obj, | |
| char * | value | |||
| ) |
Definition at line 1292 of file opt_actions.c.
References add_option_seen(), DSM_ON, option_was_seen(), reset_dsm_default_options(), and set_option_unseen().
Referenced by add_special_options().
| void toggle | ( | int * | obj, | |
| int | value | |||
| ) |
Definition at line 185 of file opt_actions.c.
References add_toggle_name(), drop_option, get_toggle_name(), is_toggled(), option_name, parsing_default_options, TRUE, UNDEFINED, and warning.
Referenced by add_special_options(), Check_Target(), if(), Process_fb_create(), Process_fb_opt(), Process_Ofast(), Process_Targ_Group(), set_defaults(), write_implicits(), write_opt_action(), and write_option_names().
Definition at line 943 of file opt_actions.c.
References FALSE, inline_on_seen, inline_t, option_name, TRUE, and warning.
Referenced by Process_Inline().
| void untoggle | ( | int * | obj, | |
| int | value | |||
| ) |
Definition at line 86 of file opt_actions.c.
Referenced by add_file_args(), add_object(), check_dashdash(), main(), Prepare_Source(), and Process_Command_Line().
| int default_olevel |
Definition at line 93 of file opt_actions.c.
Referenced by add_special_options(), and Process_Default_Group().
Definition at line 99 of file opt_actions.c.
Referenced by add_file_args(), Process_Ofast(), and Process_Targ_Group().
| char* help_pattern |
| int inline_t |
Definition at line 79 of file opt_actions.c.
Referenced by add_file_args(), add_inline_option(), add_special_options(), post_fe_phase(), run_compiler(), run_phase(), toggle_inline_normal(), toggle_inline_off(), and toggle_inline_on().
Definition at line 97 of file opt_actions.c.
Referenced by add_file_args(), add_instr_archive(), add_special_options(), Process_fb_create(), Process_fb_opt(), Process_Opt_Group(), and run_ld().
| int ofast |
| boolean print_help |
Definition at line 85 of file main.c.
Referenced by c_common_decode_option(), and common_handle_option().
| int subverbose |
| char* target_cpu |
Definition at line 1658 of file opt_actions.c.
Definition at line 88 of file opt_actions.c.
Referenced by add_object(), append_objects_to_list(), check_dashdash(), and init_phase_info().
1.5.6