Searched defs:FileHeader (Results 1 – 4 of 4) sorted by relevance
19 struct FileHeader { struct20 int32 magic, version;21 uint32 add_chunk_count, sub_chunk_count;22 uint32 add_prefix_count, sub_prefix_count;23 uint32 add_hash_count, sub_hash_count;
30 } FileHeader; typedef
27 struct FileHeader { struct28 int32 signature;29 int32 version;
233 IMAGE_FILE_HEADER FileHeader; /* 0x04 */ member