Lines Matching refs:uint32_t

195 	uint32_t peaddr;	/* address of pe header */
205 uint32_t magic; /* PE magic */
208 uint32_t timestamp; /* time_t */
209 uint32_t symbol_table; /* symbol table offset */
210 uint32_t symbols; /* number of symbols */
222 uint32_t text_size; /* size of text section(s) */
223 uint32_t data_size; /* size of data section(s) */
224 uint32_t bss_size; /* size of bss section(s) */
225 uint32_t entry_point; /* file offset of entry point */
226 uint32_t code_base; /* relative code addr in ram */
227 uint32_t data_base; /* relative data addr in ram */
229 uint32_t image_base; /* preferred load address */
230 uint32_t section_align; /* alignment in bytes */
231 uint32_t file_align; /* file alignment in bytes */
238 uint32_t win32_version; /* reserved, must be 0 */
239 uint32_t image_size; /* image size */
240 uint32_t header_size; /* header size rounded up to
242 uint32_t csum; /* checksum */
245 uint32_t stack_size_req;/* amt of stack requested */
246 uint32_t stack_size; /* amt of stack required */
247 uint32_t heap_size_req; /* amt of heap requested */
248 uint32_t heap_size; /* amt of heap required */
249 uint32_t loader_flags; /* reserved, must be 0 */
250 uint32_t data_dirs; /* number of data dir entries */
257 uint32_t text_size; /* size of text section(s) */
258 uint32_t data_size; /* size of data section(s) */
259 uint32_t bss_size; /* size of bss section(s) */
260 uint32_t entry_point; /* file offset of entry point */
261 uint32_t code_base; /* relative code addr in ram */
264 uint32_t section_align; /* alignment in bytes */
265 uint32_t file_align; /* file alignment in bytes */
272 uint32_t win32_version; /* reserved, must be 0 */
273 uint32_t image_size; /* image size */
274 uint32_t header_size; /* header size rounded up to
276 uint32_t csum; /* checksum */
283 uint32_t loader_flags; /* reserved, must be 0 */
284 uint32_t data_dirs; /* number of data dir entries */
288 uint32_t virtual_address; /* relative to load address */
289 uint32_t size;
313 uint32_t virtual_size; /* size of loaded section in ram */
314 uint32_t virtual_address; /* relative virtual address */
315 uint32_t raw_data_size; /* size of the section */
316 uint32_t data_addr; /* file pointer to first page of sec */
317 uint32_t relocs; /* file pointer to relocation entries */
318 uint32_t line_numbers; /* line numbers! */
321 uint32_t flags;
451 uint32_t virtual_address;
452 uint32_t symbol_table_index;
475 uint32_t length;