Lines Matching refs:NAME

154 #define MY_swap_std_reloc_in NAME (aout, swap_std_reloc_in)
158 #define MY_swap_ext_reloc_in NAME (aout, swap_ext_reloc_in)
162 #define MY_swap_std_reloc_out NAME (aout, swap_std_reloc_out)
166 #define MY_swap_ext_reloc_out NAME (aout, swap_ext_reloc_out)
177 #define howto_table_ext NAME (aout, ext_howto_table)
178 #define howto_table_std NAME (aout, std_howto_table)
264 NAME (aout, reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code)
321 NAME (aout, reloc_name_lookup) (bfd *abfd, const char *r_name)
373 NAME (aout, swap_exec_header_in) (bfd *abfd,
392 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
410 NAME (aout, swap_exec_header_out) (bfd *abfd,
428 NAME (aout, make_sections) (bfd *abfd)
458 NAME (aout, some_aout_object_p) (bfd *abfd,
538 if (! NAME (aout, make_sections) (abfd))
674 NAME (aout, mkobject) (bfd *abfd)
716 NAME (aout, machine_type) (enum bfd_architecture arch,
854 NAME (aout, set_arch_mach) (bfd *abfd,
865 NAME (aout, machine_type) (arch, machine, &unknown);
1104 NAME (aout, adjust_sizes_and_vmas) (bfd *abfd,
1110 if (! NAME (aout, make_sections) (abfd))
1208 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1237 NAME (aout, set_section_contents) (bfd *abfd,
1248 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
1661 NAME (aout, make_empty_symbol) (bfd *abfd)
1676 NAME (aout, translate_symbol_table) (bfd *abfd,
1727 NAME (aout, slurp_symbol_table) (bfd *abfd)
1749 if (! (NAME (aout, translate_symbol_table)
1844 NAME (aout, write_syms) (bfd *abfd)
1905 NAME (aout, canonicalize_symtab) (bfd *abfd, asymbol **location)
1910 if (!NAME (aout, slurp_symbol_table) (abfd))
1925 extern void NAME (aout, swap_std_reloc_out)
1929 NAME (aout, swap_std_reloc_out) (bfd *abfd,
2017 extern void NAME (aout, swap_ext_reloc_out)
2021 NAME (aout, swap_ext_reloc_out) (bfd *abfd,
2134 NAME (aout, swap_ext_reloc_in) (bfd *abfd,
2189 NAME (aout, swap_std_reloc_in) (bfd *abfd,
2259 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
2343 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section)
2393 NAME (aout, canonicalize_reloc) (bfd *abfd,
2407 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols)))
2434 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect)
2467 NAME (aout, get_symtab_upper_bound) (bfd *abfd)
2469 if (!NAME (aout, slurp_symbol_table) (abfd))
2476 NAME (aout, get_lineno) (bfd *ignore_abfd ATTRIBUTE_UNUSED,
2483 NAME (aout, get_symbol_info) (bfd *ignore_abfd ATTRIBUTE_UNUSED,
2509 NAME (aout, print_symbol) (bfd *abfd,
2556 NAME (aout, read_minisymbols) (bfd *abfd,
2589 NAME (aout, minisymbol_to_symbol) (bfd *abfd,
2601 if (! (NAME (aout, translate_symbol_table)
2619 NAME (aout, find_nearest_line) (bfd *abfd,
2816 NAME (aout, sizeof_headers) (bfd *abfd,
2826 NAME (aout, bfd_free_cached_info) (bfd *abfd)
2858 NAME (aout, link_hash_newfunc) (struct bfd_hash_entry *entry,
2888 NAME (aout, link_hash_table_init) (struct aout_link_hash_table *table,
2901 NAME (aout, link_hash_table_create) (bfd *abfd)
2910 if (!NAME (aout, link_hash_table_init) (ret, abfd,
2911 NAME (aout, link_hash_newfunc),
3407 NAME (aout, link_add_symbols) (bfd *abfd, struct bfd_link_info *info)
5261 NAME (aout, final_link) (bfd *abfd,
5370 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))