|
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 |
| const char * | default_ptr |
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 set_static_spec().
| const char* spec_list::default_ptr |
| const char* spec_list::name |
Referenced by do_spec_1(), read_specs(), and set_spec().
| int spec_list::name_len |
Referenced by read_specs(), and set_spec().
| struct spec_list* spec_list::next |
Referenced by init_spec(), read_specs(), set_spec(), and validate_all_switches().
| const char* spec_list::ptr |
| const char** spec_list::ptr_spec |
Referenced by set_static_spec(), and validate_all_switches().
| bool spec_list::user_p |
Referenced by read_specs(), set_spec(), and validate_all_switches().