Lines Matching refs:aout

31 /* Macros for accessing components in an aout header.  */
356 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
475 extern bool NAME (aout, squirt_out_relocs)
478 extern bool NAME (aout, make_sections)
481 extern bfd_cleanup NAME (aout, some_aout_object_p)
484 extern bool NAME (aout, mkobject)
487 extern enum machine_type NAME (aout, machine_type)
490 extern bool NAME (aout, set_arch_mach)
493 extern bool NAME (aout, new_section_hook)
496 extern bool NAME (aout, set_section_contents)
499 extern asymbol * NAME (aout, make_empty_symbol)
502 extern bool NAME (aout, translate_symbol_table)
506 extern bool NAME (aout, slurp_symbol_table)
509 extern bool NAME (aout, write_syms)
512 extern void NAME (aout, reclaim_symbol_table)
515 extern long NAME (aout, get_symtab_upper_bound)
518 extern long NAME (aout, canonicalize_symtab)
521 extern void NAME (aout, swap_ext_reloc_in)
525 extern void NAME (aout, swap_std_reloc_in)
529 extern reloc_howto_type * NAME (aout, reloc_type_lookup)
532 extern reloc_howto_type * NAME (aout, reloc_name_lookup)
535 extern bool NAME (aout, slurp_reloc_table)
538 extern long NAME (aout, canonicalize_reloc)
541 extern long NAME (aout, get_reloc_upper_bound)
544 extern void NAME (aout, reclaim_reloc)
547 extern alent * NAME (aout, get_lineno)
550 extern void NAME (aout, print_symbol)
553 extern void NAME (aout, get_symbol_info)
556 extern bool NAME (aout, find_nearest_line)
560 extern long NAME (aout, read_minisymbols)
563 extern asymbol * NAME (aout, minisymbol_to_symbol)
566 extern int NAME (aout, sizeof_headers)
569 extern bool NAME (aout, adjust_sizes_and_vmas)
572 extern void NAME (aout, swap_exec_header_in)
575 extern void NAME (aout, swap_exec_header_out)
578 extern struct bfd_hash_entry * NAME (aout, link_hash_newfunc)
581 extern bool NAME (aout, link_hash_table_init)
588 extern struct bfd_link_hash_table * NAME (aout, link_hash_table_create)
591 extern bool NAME (aout, link_add_symbols)
594 extern bool NAME (aout, final_link)
598 extern bool NAME (aout, bfd_free_cached_info)
627 NAME (aout, adjust_sizes_and_vmas) (abfd); \
636 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
650 if (! NAME (aout, write_syms) (abfd)) \
656 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
661 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \