Home
last modified time | relevance | path

Searched defs:aoutdata (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibaout.h366 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;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibaout.h366 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;
[all …]
/netbsd-src/usr.bin/crunch/crunchide/
H A Dexec_aout.c52 char *aoutdata, *strbase; variable