Lines Matching defs:NAME

155 #define MY_swap_std_reloc_in NAME (aout, swap_std_reloc_in)
159 #define MY_swap_ext_reloc_in NAME (aout, swap_ext_reloc_in)
163 #define MY_swap_std_reloc_out NAME (aout, swap_std_reloc_out)
167 #define MY_swap_ext_reloc_out NAME (aout, swap_ext_reloc_out)
178 #define howto_table_ext NAME (aout, ext_howto_table)
179 #define howto_table_std NAME (aout, std_howto_table)
265 NAME (aout, reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code)
322 NAME (aout, reloc_name_lookup) (bfd *abfd, const char *r_name)
374 NAME (aout, swap_exec_header_in) (bfd *abfd,
393 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
411 NAME (aout, swap_exec_header_out) (bfd *abfd,
429 NAME (aout, make_sections) (bfd *abfd)
459 NAME (aout, some_aout_object_p) (bfd *abfd,
539 if (! NAME (aout, make_sections) (abfd))
677 NAME (aout, mkobject) (bfd *abfd)
719 NAME (aout, machine_type) (enum bfd_architecture arch,
860 NAME (aout, set_arch_mach) (bfd *abfd,
871 NAME (aout, machine_type) (arch, machine, &unknown);
1110 NAME (aout, adjust_sizes_and_vmas) (bfd *abfd,
1116 if (! NAME (aout, make_sections) (abfd))
1214 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1243 NAME (aout, set_section_contents) (bfd *abfd,
1254 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
1671 NAME (aout, make_empty_symbol) (bfd *abfd)
1686 NAME (aout, translate_symbol_table) (bfd *abfd,
1737 NAME (aout, slurp_symbol_table) (bfd *abfd)
1762 if (! (NAME (aout, translate_symbol_table)
1857 NAME (aout, write_syms) (bfd *abfd)
1918 NAME (aout, canonicalize_symtab) (bfd *abfd, asymbol **location)
1923 if (!NAME (aout, slurp_symbol_table) (abfd))
1938 extern void NAME (aout, swap_std_reloc_out)
1942 NAME (aout, swap_std_reloc_out) (bfd *abfd,
2030 extern void NAME (aout, swap_ext_reloc_out)
2034 NAME (aout, swap_ext_reloc_out) (bfd *abfd,
2147 NAME (aout, swap_ext_reloc_in) (bfd *abfd,
2205 NAME (aout, swap_std_reloc_in) (bfd *abfd,
2280 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
2369 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section)
2419 NAME (aout, canonicalize_reloc) (bfd *abfd,
2433 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols)))
2460 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect)
2493 NAME (aout, get_symtab_upper_bound) (bfd *abfd)
2495 if (!NAME (aout, slurp_symbol_table) (abfd))
2502 NAME (aout, get_lineno) (bfd *ignore_abfd ATTRIBUTE_UNUSED,
2509 NAME (aout, get_symbol_info) (bfd *ignore_abfd ATTRIBUTE_UNUSED,
2535 NAME (aout, print_symbol) (bfd *abfd,
2582 NAME (aout, read_minisymbols) (bfd *abfd,
2615 NAME (aout, minisymbol_to_symbol) (bfd *abfd,
2627 if (! (NAME (aout, translate_symbol_table)
2645 NAME (aout, find_nearest_line) (bfd *abfd,
2842 NAME (aout, sizeof_headers) (bfd *abfd,
2852 NAME (aout, bfd_free_cached_info) (bfd *abfd)
2884 NAME (aout, link_hash_newfunc) (struct bfd_hash_entry *entry,
2915 NAME (aout, link_hash_table_init) (struct aout_link_hash_table *table,
2928 NAME (aout, link_hash_table_create) (bfd *abfd)
2937 if (!NAME (aout, link_hash_table_init) (ret, abfd,
2938 NAME (aout, link_hash_newfunc),
3455 NAME (aout, link_add_symbols) (bfd *abfd, struct bfd_link_info *info)
5324 NAME (aout, final_link) (bfd *abfd,
5433 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))