|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct dbx_file * | next |
| int | file_number |
| int | next_type_number |
| enum binclstatus | bincl_status |
| const char * | pending_bincl_name |
| struct dbx_file * | prev |
When using N_BINCL in dbx output, each type number is actually a pair of the file number and the type number within the file. This is a stack of input files.
| enum binclstatus dbx_file::bincl_status |
| int dbx_file::file_number |
| struct dbx_file* dbx_file::next |
| int dbx_file::next_type_number |
| const char* dbx_file::pending_bincl_name |
| struct dbx_file* dbx_file::prev |