GCC Middle and Back End API Reference
spec_list Struct Reference
Collaboration diagram for spec_list:

Data Fields

const char * name
const char * ptr
const char ** ptr_spec
struct spec_listnext
int name_len
bool user_p
bool alloc_p

Detailed Description

Structure to keep track of the specs that have been defined so far.
   These are accessed using %(specname) in a compiler or link
   spec.   

Field Documentation

bool spec_list::alloc_p

Referenced by read_specs(), and set_spec().

const char* spec_list::name
int spec_list::name_len
const char* spec_list::ptr

Referenced by init_spec(), and set_spec().

const char** spec_list::ptr_spec
bool spec_list::user_p

Referenced by set_spec(), and validate_all_switches().


The documentation for this struct was generated from the following file: