Lines Matching +full:0 +full:x1a8
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
22 MachineUnknown = 0x0,
23 MachineAm33 = 0x1d3,
24 MachineAmd64 = 0x8664,
25 MachineArm = 0x1c0,
26 MachineArmNt = 0x1c4,
27 MachineArm64 = 0xaa64,
28 MachineArm64X = 0xa64e,
29 MachineEbc = 0xebc,
30 MachineX86 = 0x14c,
31 MachineIA64 = 0x200,
32 MachineM32R = 0x9041,
33 MachineMips16 = 0x266,
34 MachineMipsFpu = 0x366,
35 MachineMipsFpu16 = 0x466,
36 MachinePowerPc = 0x1f0,
37 MachinePowerPcfp = 0x1f1,
38 MachineR4000 = 0x166,
39 MachineSh3 = 0x1a2,
40 MachineSh3dsp = 0x1a3,
41 MachineSh4 = 0x1a6,
42 MachineSh5 = 0x1a8,
43 MachineThumb = 0x1c2,
44 MachineWcemIpsv2 = 0x169
158 uint16_t e_magic = 0; // Magic number
159 uint16_t e_cblp = 0; // Bytes on last page of file
160 uint16_t e_cp = 0; // Pages in file
161 uint16_t e_crlc = 0; // Relocations
162 uint16_t e_cparhdr = 0; // Size of header in paragraphs
163 uint16_t e_minalloc = 0; // Minimum extra paragraphs needed
164 uint16_t e_maxalloc = 0; // Maximum extra paragraphs needed
165 uint16_t e_ss = 0; // Initial (relative) SS value
166 uint16_t e_sp = 0; // Initial SP value
167 uint16_t e_csum = 0; // Checksum
168 uint16_t e_ip = 0; // Initial IP value
169 uint16_t e_cs = 0; // Initial (relative) CS value
170 uint16_t e_lfarlc = 0; // File address of relocation table
171 uint16_t e_ovno = 0; // Overlay number
173 uint16_t e_oemid = 0; // OEM identifier (for e_oeminfo)
174 uint16_t e_oeminfo = 0; // OEM information; e_oemid specific
176 uint32_t e_lfanew = 0; // File address of new exe header
180 uint16_t machine = 0;
181 uint16_t nsects = 0;
182 uint32_t modtime = 0;
183 uint32_t symoff = 0;
184 uint32_t nsyms = 0;
185 uint16_t hdrsize = 0;
186 uint16_t flags = 0;
190 uint32_t vmaddr = 0;
191 uint32_t vmsize = 0;
195 uint16_t magic = 0;
196 uint8_t major_linker_version = 0;
197 uint8_t minor_linker_version = 0;
198 uint32_t code_size = 0;
199 uint32_t data_size = 0;
200 uint32_t bss_size = 0;
201 uint32_t entry = 0;
202 uint32_t code_offset = 0;
203 uint32_t data_offset = 0;
205 uint64_t image_base = 0;
206 uint32_t sect_alignment = 0;
207 uint32_t file_alignment = 0;
208 uint16_t major_os_system_version = 0;
209 uint16_t minor_os_system_version = 0;
210 uint16_t major_image_version = 0;
211 uint16_t minor_image_version = 0;
212 uint16_t major_subsystem_version = 0;
213 uint16_t minor_subsystem_version = 0;
214 uint32_t reserved1 = 0;
215 uint32_t image_size = 0;
216 uint32_t header_size = 0;
217 uint32_t checksum = 0;
218 uint16_t subsystem = 0;
219 uint16_t dll_flags = 0;
220 uint64_t stack_reserve_size = 0;
221 uint64_t stack_commit_size = 0;
222 uint64_t heap_reserve_size = 0;
223 uint64_t heap_commit_size = 0;
224 uint32_t loader_flags = 0;
232 uint32_t vmsize = 0; // Virtual Size
233 uint32_t vmaddr = 0; // Virtual Addr
234 uint32_t size = 0; // File size
235 uint32_t offset = 0; // File offset
236 uint32_t reloff = 0; // Offset to relocations
237 uint32_t lineoff = 0; // Offset to line table entries
238 uint16_t nreloc = 0; // Number of relocation entries
239 uint16_t nline = 0; // Number of line table entries
240 uint32_t flags = 0;