Searched defs:external_PEI_filehdr (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/include/coff/ |
H A D | pe.h | 192 struct external_PEI_filehdr struct 195 char e_magic[2]; /* Magic number, 0x5a4d. */ 196 char e_cblp[2]; /* Bytes on last page of file, 0x90. */ 197 char e_cp[2]; /* Pages in file, 0x3. */ 198 char e_crlc[2]; /* Relocations, 0x0. */ 199 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */ 200 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */ 201 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ 202 char e_ss[2]; /* Initial (relative) SS value, 0x0. */ 203 char e_sp[2]; /* Initial SP value, 0xb8. */ [all …]
|
/dflybsd-src/contrib/binutils-2.27/include/coff/ |
H A D | pe.h | 216 struct external_PEI_filehdr struct 219 char e_magic[2]; /* Magic number, 0x5a4d. */ 220 char e_cblp[2]; /* Bytes on last page of file, 0x90. */ 221 char e_cp[2]; /* Pages in file, 0x3. */ 222 char e_crlc[2]; /* Relocations, 0x0. */ 223 char e_cparhdr[2]; /* Size of header in paragraphs, 0x4. */ 224 char e_minalloc[2]; /* Minimum extra paragraphs needed, 0x0. */ 225 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ 226 char e_ss[2]; /* Initial (relative) SS value, 0x0. */ 227 char e_sp[2]; /* Initial SP value, 0xb8. */ [all …]
|