GCC Middle and Back End API Reference
|
Data Fields | |
const char * | name |
const char * | ptr |
const char ** | ptr_spec |
struct spec_list * | next |
int | name_len |
bool | user_p |
bool | alloc_p |
Structure to keep track of the specs that have been defined so far. These are accessed using %(specname) in a compiler or link spec.
bool spec_list::alloc_p |
Referenced by read_specs(), and set_spec().
const char* spec_list::name |
Referenced by do_spec_1(), driver_handle_option(), init_spec(), main(), read_specs(), and set_spec().
int spec_list::name_len |
Referenced by do_spec_1(), init_spec(), main(), read_specs(), and set_spec().
struct spec_list* spec_list::next |
Referenced by do_spec_1(), driver_handle_option(), init_spec(), main(), read_specs(), set_spec(), and validate_all_switches().
const char* spec_list::ptr |
Referenced by init_spec(), and set_spec().
const char** spec_list::ptr_spec |
Referenced by do_spec_1(), driver_handle_option(), init_spec(), main(), read_specs(), set_spec(), and validate_all_switches().
bool spec_list::user_p |
Referenced by set_spec(), and validate_all_switches().