Searched defs:external_PEI_filehdr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | pe.h | 198 struct external_PEI_filehdr struct 201 char e_magic[2]; /* Magic number, 0x5a4d. */ 202 char e_cblp[2]; /* Bytes on last page of file, 0x90. */ 203 char e_cp[2]; /* Pages in file, 0x3. */ 204 char e_crlc[2]; /* Relocations, 0x0. */ 205 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */ 206 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */ 207 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ 208 char e_ss[2]; /* Initial (relative) SS value, 0x0. */ 209 char e_sp[2]; /* Initial SP value, 0xb8. */ [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | pe.h | 201 struct external_PEI_filehdr struct 204 char e_magic[2]; /* Magic number, 0x5a4d. */ 205 char e_cblp[2]; /* Bytes on last page of file, 0x90. */ 206 char e_cp[2]; /* Pages in file, 0x3. */ 207 char e_crlc[2]; /* Relocations, 0x0. */ 208 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */ 209 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */ 210 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ 211 char e_ss[2]; /* Initial (relative) SS value, 0x0. */ 212 char e_sp[2]; /* Initial SP value, 0xb8. */ [all …]
|