Searched defs:DOC_info_header_struct (Results 1 – 2 of 2) sorted by relevance
1696 typedef struct DOC_info_header_struct struct1698 unsigned int xdb_header: 1; /* bit set if this is post-3.1 xdb */ 1699 unsigned int doc_header: 1; /* bit set if this is doc-style header*/1700 unsigned int version: 8; /* version of debug/header 1703 unsigned int reserved_for_flags: 18; /* for future use; -- must be set to zero. */1704 unsigned int has_range_table: 1; /* space contains a $RANGE$ subspace for variable ranges. */1705 …igned int has_context_table: 1; /* space contains a $CTXT$ subspace for context/inline table. */1706 unsigned int has_lines_table: 1; /* space contains a $LINES$ subspace for line tables. */1707 …ned int has_lt_offset_map: 1; /* space contains an lt_offset subspace for line table mapping. */1709 long gntt_length; /* same as old header */[all …]