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

Data Fields

struct dbx_filenext
int file_number
int next_type_number
enum binclstatus bincl_status
const char * pending_bincl_name
struct dbx_fileprev

Detailed Description

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.


Field Documentation

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

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