• Home
  • Raw
  • Download

Lines Matching refs:uint32_t

181 	uint32_t peaddr;	/* address of pe header */
191 uint32_t magic; /* PE magic */
194 uint32_t timestamp; /* time_t */
195 uint32_t symbol_table; /* symbol table offset */
196 uint32_t symbols; /* number of symbols */
208 uint32_t text_size; /* size of text section(s) */
209 uint32_t data_size; /* size of data section(s) */
210 uint32_t bss_size; /* size of bss section(s) */
211 uint32_t entry_point; /* file offset of entry point */
212 uint32_t code_base; /* relative code addr in ram */
213 uint32_t data_base; /* relative data addr in ram */
215 uint32_t image_base; /* preferred load address */
216 uint32_t section_align; /* alignment in bytes */
217 uint32_t file_align; /* file alignment in bytes */
224 uint32_t win32_version; /* reserved, must be 0 */
225 uint32_t image_size; /* image size */
226 uint32_t header_size; /* header size rounded up to
228 uint32_t csum; /* checksum */
231 uint32_t stack_size_req;/* amt of stack requested */
232 uint32_t stack_size; /* amt of stack required */
233 uint32_t heap_size_req; /* amt of heap requested */
234 uint32_t heap_size; /* amt of heap required */
235 uint32_t loader_flags; /* reserved, must be 0 */
236 uint32_t data_dirs; /* number of data dir entries */
243 uint32_t text_size; /* size of text section(s) */
244 uint32_t data_size; /* size of data section(s) */
245 uint32_t bss_size; /* size of bss section(s) */
246 uint32_t entry_point; /* file offset of entry point */
247 uint32_t code_base; /* relative code addr in ram */
250 uint32_t section_align; /* alignment in bytes */
251 uint32_t file_align; /* file alignment in bytes */
258 uint32_t win32_version; /* reserved, must be 0 */
259 uint32_t image_size; /* image size */
260 uint32_t header_size; /* header size rounded up to
262 uint32_t csum; /* checksum */
269 uint32_t loader_flags; /* reserved, must be 0 */
270 uint32_t data_dirs; /* number of data dir entries */
274 uint32_t virtual_address; /* relative to load address */
275 uint32_t size;
299 uint32_t virtual_size; /* size of loaded section in ram */
300 uint32_t virtual_address; /* relative virtual address */
301 uint32_t raw_data_size; /* size of the section */
302 uint32_t data_addr; /* file pointer to first page of sec */
303 uint32_t relocs; /* file pointer to relocation entries */
304 uint32_t line_numbers; /* line numbers! */
307 uint32_t flags;
437 uint32_t virtual_address;
438 uint32_t symbol_table_index;
461 uint32_t length;