reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1077 s->Printf(" e_magic = 0x%4.4x\n", header.e_magic); 1078 s->Printf(" e_cblp = 0x%4.4x\n", header.e_cblp); 1079 s->Printf(" e_cp = 0x%4.4x\n", header.e_cp); 1080 s->Printf(" e_crlc = 0x%4.4x\n", header.e_crlc); 1081 s->Printf(" e_cparhdr = 0x%4.4x\n", header.e_cparhdr); 1082 s->Printf(" e_minalloc = 0x%4.4x\n", header.e_minalloc); 1083 s->Printf(" e_maxalloc = 0x%4.4x\n", header.e_maxalloc); 1084 s->Printf(" e_ss = 0x%4.4x\n", header.e_ss); 1085 s->Printf(" e_sp = 0x%4.4x\n", header.e_sp); 1086 s->Printf(" e_csum = 0x%4.4x\n", header.e_csum); 1087 s->Printf(" e_ip = 0x%4.4x\n", header.e_ip); 1088 s->Printf(" e_cs = 0x%4.4x\n", header.e_cs); 1089 s->Printf(" e_lfarlc = 0x%4.4x\n", header.e_lfarlc); 1090 s->Printf(" e_ovno = 0x%4.4x\n", header.e_ovno); 1092 header.e_res[0], header.e_res[1], header.e_res[2], header.e_res[3]); 1092 header.e_res[0], header.e_res[1], header.e_res[2], header.e_res[3]); 1092 header.e_res[0], header.e_res[1], header.e_res[2], header.e_res[3]); 1092 header.e_res[0], header.e_res[1], header.e_res[2], header.e_res[3]); 1093 s->Printf(" e_oemid = 0x%4.4x\n", header.e_oemid); 1094 s->Printf(" e_oeminfo = 0x%4.4x\n", header.e_oeminfo); 1097 header.e_res2[0], header.e_res2[1], header.e_res2[2], 1097 header.e_res2[0], header.e_res2[1], header.e_res2[2], 1097 header.e_res2[0], header.e_res2[1], header.e_res2[2], 1098 header.e_res2[3], header.e_res2[4], header.e_res2[5], 1098 header.e_res2[3], header.e_res2[4], header.e_res2[5], 1098 header.e_res2[3], header.e_res2[4], header.e_res2[5], 1099 header.e_res2[6], header.e_res2[7], header.e_res2[8], 1099 header.e_res2[6], header.e_res2[7], header.e_res2[8], 1099 header.e_res2[6], header.e_res2[7], header.e_res2[8], 1100 header.e_res2[9]); 1101 s->Printf(" e_lfanew = 0x%8.8x\n", header.e_lfanew);