Lines Matching full:headerdata
867 | HEADER_DATA | HeaderData
988 table get to define additional data that goes into the header ("``HeaderData``"),
1008 // Specifically the length of the following HeaderData field - this does not
1010 HeaderData header_data; // Implementation specific header data
1033 in bytes of the ``HeaderData`` that is filled in by specialized versions of
1066 The ``HeaderData`` contains a definition of the contents of each HashData chunk.
1112 struct HeaderData
1119 ``HeaderData`` defines the base DIE offset that should be added to any atoms
1133 HeaderData.atom_count = 1;
1134 HeaderData.atoms[0].type = eAtomTypeDIEOffset;
1135 HeaderData.atoms[0].form = DW_FORM_data4;