Lines Matching defs:aoutdata
367 struct aoutdata struct
369 struct internal_exec *hdr; /* Exec file header. */
370 aout_symbol_type *symbols; /* Symtab for input bfd. */
373 asection *textsec;
374 asection *datasec;
375 asection *bsssec;
379 file_ptr sym_filepos;
380 file_ptr str_filepos;
383 unsigned reloc_entry_size;
386 unsigned symbol_entry_size;
389 unsigned long page_size;
392 unsigned long segment_size;
396 unsigned long zmagic_disk_block_size;
398 unsigned exec_bytes_size;
399 unsigned vma_adjusted : 1;
402 enum aout_subformat subformat;
404 enum aout_magic magic;
429 struct aoutdata a; argument