
Data Fields | |
| const char * | name |
| const char * | ptr |
| const char ** | ptr_spec |
| struct spec_list * | next |
| int | name_len |
| int | alloc_p |
Definition at line 1369 of file gcc.c.
| const char * spec_list::name |
Definition at line 1373 of file gcc.c.
Referenced by do_spec_1(), init_spec(), process_command(), read_specs(), and set_spec().
| const char * spec_list::ptr |
| const char ** spec_list::ptr_spec |
Definition at line 1378 of file gcc.c.
Referenced by do_spec_1(), init_spec(), process_command(), read_specs(), set_spec(), and validate_all_switches().
struct spec_list * spec_list::next [read] |
Definition at line 1379 of file gcc.c.
Referenced by do_spec_1(), init_spec(), process_command(), read_specs(), set_spec(), and validate_all_switches().
Definition at line 1380 of file gcc.c.
Referenced by do_spec_1(), init_spec(), read_specs(), and set_spec().
1.5.6