• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:NAME

35 #define NAME(x,y) CONCAT3 (tic30_aout,_32_,y)  macro
48 #define MY_mkobject NAME (aout,mkobject)
578 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in tic30_aout_object_p()
585 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callback); in tic30_aout_object_p()
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
650 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes); in tic30_aout_write_object_contents()
670 if (!NAME (aout, write_syms) (abfd)) in tic30_aout_write_object_contents()
676 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) in tic30_aout_write_object_contents()
681 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents()
767 return NAME (aout, final_link) (abfd, info, MY_final_link_callback); in MY_bfd_final_link()
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)