Lines Matching defs:aoutdata
365 struct aoutdata struct
367 struct internal_exec *hdr; /* Exec file header. */
368 aout_symbol_type *symbols; /* Symtab for input bfd. */
371 asection *textsec;
372 asection *datasec;
373 asection *bsssec;
377 file_ptr sym_filepos;
378 file_ptr str_filepos;
381 unsigned reloc_entry_size;
384 unsigned symbol_entry_size;
387 unsigned long page_size;
390 unsigned long segment_size;
394 unsigned long zmagic_disk_block_size;
396 unsigned exec_bytes_size;
397 unsigned vma_adjusted : 1;
400 enum aout_subformat subformat;
402 enum aout_magic magic;
427 struct aoutdata a; argument