Lines Matching refs:aout

22 #include "aout/aout64.h"
23 #include "aout/stab_gnu.h"
24 #include "aout/ar.h"
31 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
32 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
45 /* Calculate the file positions of the parts of a newly read aout header. */
103 sections. This is normally done by NAME (aout,new_section_hook),
161 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
168 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobject (abfd));
351 return NAME (aout, final_link) (abfd, info, MY_final_link_callback);
416 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
419 #define MY_core_file_failing_signal NAME (aout, core_file_failing_signal)
422 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
425 #define MY_set_section_contents NAME (aout, set_section_contents)
428 #define MY_get_section_contents NAME (aout, get_section_contents)
434 #define MY_new_section_hook NAME (aout, new_section_hook)
437 #define MY_get_symtab_upper_bound NAME (aout, get_symtab_upper_bound)
440 #define MY_canonicalize_symtab NAME (aout, canonicalize_symtab)
443 #define MY_get_reloc_upper_bound NAME (aout,get_reloc_upper_bound)
446 #define MY_canonicalize_reloc NAME (aout, canonicalize_reloc)
449 #define MY_make_empty_symbol NAME (aout, make_empty_symbol)
452 #define MY_print_symbol NAME (aout, print_symbol)
455 #define MY_get_symbol_info NAME (aout, get_symbol_info)
458 #define MY_get_lineno NAME (aout, get_lineno)
461 #define MY_set_arch_mach NAME (aout, set_arch_mach)
464 #define MY_find_nearest_line NAME (aout, find_nearest_line)
470 #define MY_sizeof_headers NAME (aout, sizeof_headers)
496 #define MY_bfd_reloc_type_lookup NAME (aout, reloc_type_lookup)
499 #define MY_bfd_reloc_name_lookup NAME (aout, reloc_name_lookup)
505 #define MY_read_minisymbols NAME (aout, read_minisymbols)
508 #define MY_minisymbol_to_symbol NAME (aout, minisymbol_to_symbol)
511 #define MY_bfd_link_hash_table_create NAME (aout, link_hash_table_create)
517 #define MY_bfd_link_add_symbols NAME (aout, link_add_symbols)
559 #define MY_bfd_free_cached_info NAME (aout, bfd_free_cached_info)