Lines Matching defs:aoutdata
366 struct aoutdata struct
368 struct internal_exec *hdr; /* Exec file header. */
369 aout_symbol_type *symbols; /* Symtab for input bfd. */
372 asection *textsec;
373 asection *datasec;
374 asection *bsssec;
378 file_ptr sym_filepos;
379 file_ptr str_filepos;
382 unsigned reloc_entry_size;
385 unsigned symbol_entry_size;
388 unsigned long page_size;
391 unsigned long segment_size;
395 unsigned long zmagic_disk_block_size;
397 unsigned exec_bytes_size;
398 unsigned vma_adjusted : 1;
401 enum aout_subformat subformat;
403 enum aout_magic magic;
428 struct aoutdata a; argument