Searched defs:coff_import_header (Results 1 – 7 of 7) sorted by relevance
518 struct coff_import_header { struct519 support::ulittle16_t Sig1;520 support::ulittle16_t Sig2;521 support::ulittle16_t Version;522 support::ulittle16_t Machine;523 support::ulittle32_t TimeDateStamp;524 support::ulittle32_t SizeOfData;525 support::ulittle16_t OrdinalHint;526 support::ulittle16_t TypeInfo;527 int getType() const { return TypeInfo & 0x3; } in getType()[all …]
541 struct coff_import_header { struct542 support::ulittle16_t Sig1;543 support::ulittle16_t Sig2;544 support::ulittle16_t Version;545 support::ulittle16_t Machine;546 support::ulittle32_t TimeDateStamp;547 support::ulittle32_t SizeOfData;548 support::ulittle16_t OrdinalHint;549 support::ulittle16_t TypeInfo;551 int getType() const { return TypeInfo & 0x3; } in getType()[all …]