Searched defs:PXDB_struct (Results 1 – 2 of 2) sorted by relevance
1620 typedef struct PXDB_struct struct1622 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 */[all …]