Lines Matching defs:PXDB_struct
1620 typedef struct PXDB_struct struct
1622 int pd_entries; /* # of entries in function look-up table */
1623 int fd_entries; /* # of entries in file look-up table */
1624 int md_entries; /* # of entries in module look-up table */
1625 unsigned int pxdbed : 1; /* 1 => file has been preprocessed */
1626 unsigned int bighdr : 1; /* 1 => this header contains 'time' word */
1627 unsigned int sa_header : 1;/* 1 => created by SA version of pxdb */
1629 unsigned int inlined: 1; /* one or more functions have been inlined */
1630 unsigned int spare:12;
1631 short version; /* pxdb header version */
1632 int globals; /* index into the DNTT where GNTT begins */
1633 unsigned int time; /* modify time of file before being pxdbed */
1634 int pg_entries; /* # of entries in label look-up table */
1635 int functions; /* actual number of functions */
1636 int files; /* actual number of files */
1637 int cd_entries; /* # of entries in class look-up table */
1638 int aa_entries; /* # of entries in addr alias look-up table */
1639 int oi_entries; /* # of entries in object id look-up table */