Lines Matching refs:uint16_t

89   static lldb::SymbolType MapSymbolType(uint16_t coff_symbol_type);
156 uint16_t e_magic = 0; // Magic number
157 uint16_t e_cblp = 0; // Bytes on last page of file
158 uint16_t e_cp = 0; // Pages in file
159 uint16_t e_crlc = 0; // Relocations
160 uint16_t e_cparhdr = 0; // Size of header in paragraphs
161 uint16_t e_minalloc = 0; // Minimum extra paragraphs needed
162 uint16_t e_maxalloc = 0; // Maximum extra paragraphs needed
163 uint16_t e_ss = 0; // Initial (relative) SS value
164 uint16_t e_sp = 0; // Initial SP value
165 uint16_t e_csum = 0; // Checksum
166 uint16_t e_ip = 0; // Initial IP value
167 uint16_t e_cs = 0; // Initial (relative) CS value
168 uint16_t e_lfarlc = 0; // File address of relocation table
169 uint16_t e_ovno = 0; // Overlay number
170 uint16_t e_res[4]; // Reserved words
171 uint16_t e_oemid = 0; // OEM identifier (for e_oeminfo)
172 uint16_t e_oeminfo = 0; // OEM information; e_oemid specific
173 uint16_t e_res2[10] = {}; // Reserved words
178 uint16_t machine = 0;
179 uint16_t nsects = 0;
183 uint16_t hdrsize = 0;
184 uint16_t flags = 0;
193 uint16_t magic = 0;
206 uint16_t major_os_system_version = 0;
207 uint16_t minor_os_system_version = 0;
208 uint16_t major_image_version = 0;
209 uint16_t minor_image_version = 0;
210 uint16_t major_subsystem_version = 0;
211 uint16_t minor_subsystem_version = 0;
216 uint16_t subsystem = 0;
217 uint16_t dll_flags = 0;
242 uint16_t nreloc = 0; // Number of relocation entries
243 uint16_t nline = 0; // Number of line table entries
250 uint16_t sect = 0;
251 uint16_t type = 0;
259 uint16_t major_version = 0;
260 uint16_t minor_version = 0;