Lines Matching full:aout
40 #include "aout/aout64.h"
41 #include "aout/stab_gnu.h"
42 #include "aout/ar.h"
48 #define MY_mkobject NAME (aout,mkobject)
341 /* Calculate the file positions of the parts of a newly read aout header. */
373 sections. This is normally done by NAME (aout,new_section_hook),
578 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
585 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callback);
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
650 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes);
670 if (!NAME (aout, write_syms) (abfd))
676 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)))
681 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))
767 return NAME (aout, final_link) (abfd, info, MY_final_link_callback);
879 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
882 #define MY_core_file_failing_signal NAME (aout, core_file_failing_signal)
885 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
888 #define MY_set_section_contents NAME (aout, set_section_contents)
897 #define MY_new_section_hook NAME (aout, new_section_hook)
900 #define MY_get_symtab_upper_bound NAME (aout, get_symtab_upper_bound)
903 #define MY_canonicalize_symtab NAME (aout, canonicalize_symtab)
906 #define MY_get_reloc_upper_bound NAME (aout, get_reloc_upper_bound)
909 #define MY_canonicalize_reloc NAME (aout, canonicalize_reloc)
912 #define MY_make_empty_symbol NAME (aout, make_empty_symbol)
915 #define MY_print_symbol NAME (aout, print_symbol)
918 #define MY_get_symbol_info NAME (aout, get_symbol_info)
921 #define MY_get_lineno NAME (aout, get_lineno)
927 #define MY_find_nearest_line NAME (aout, find_nearest_line)
936 #define MY_sizeof_headers NAME (aout, sizeof_headers)
977 #define MY_read_minisymbols NAME (aout, read_minisymbols)
980 #define MY_minisymbol_to_symbol NAME (aout, minisymbol_to_symbol)
983 #define MY_bfd_link_hash_table_create NAME (aout, link_hash_table_create)
986 #define MY_bfd_link_add_symbols NAME (aout, link_add_symbols)
1033 #define MY_bfd_free_cached_info NAME (aout, bfd_free_cached_info)
1061 /* Aout symbols normally have leading underscores. */
1066 /* Aout archives normally use spaces for padding. */