Lines Matching defs:NAME

37 #define NAME(x,y) CONCAT3 (tic30_aout,_32_,y)
50 #define MY_mkobject NAME (aout,mkobject)
375 sections. This is normally done by NAME (aout,new_section_hook),
580 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
587 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callback);
645 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
652 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes);
672 if (!NAME (aout, write_syms) (abfd))
678 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)))
683 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))
769 return NAME (aout, final_link) (abfd, info, MY_final_link_callback);
881 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
884 #define MY_core_file_failing_signal NAME (aout, core_file_failing_signal)
887 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
890 #define MY_set_section_contents NAME (aout, set_section_contents)
899 #define MY_new_section_hook NAME (aout, new_section_hook)
902 #define MY_get_symtab_upper_bound NAME (aout, get_symtab_upper_bound)
905 #define MY_canonicalize_symtab NAME (aout, canonicalize_symtab)
908 #define MY_get_reloc_upper_bound NAME (aout, get_reloc_upper_bound)
911 #define MY_canonicalize_reloc NAME (aout, canonicalize_reloc)
914 #define MY_make_empty_symbol NAME (aout, make_empty_symbol)
917 #define MY_print_symbol NAME (aout, print_symbol)
920 #define MY_get_symbol_info NAME (aout, get_symbol_info)
923 #define MY_get_lineno NAME (aout, get_lineno)
929 #define MY_find_nearest_line NAME (aout, find_nearest_line)
935 #define MY_sizeof_headers NAME (aout, sizeof_headers)
973 #define MY_read_minisymbols NAME (aout, read_minisymbols)
976 #define MY_minisymbol_to_symbol NAME (aout, minisymbol_to_symbol)
979 #define MY_bfd_link_hash_table_create NAME (aout, link_hash_table_create)
985 #define MY_bfd_link_add_symbols NAME (aout, link_add_symbols)
1032 #define MY_bfd_free_cached_info NAME (aout, bfd_free_cached_info)