Lines Matching defs:NAME

262 NAME (aout, reloc_type_lookup) (bfd * abfd ATTRIBUTE_UNUSED,
277 NAME (aout, reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
300 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
317 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes);
333 if (! NAME (aout, write_syms) (abfd))
341 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))
343 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))
367 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
381 NAME (aout, swap_exec_header_in) (bfd *abfd,
409 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
415 NAME (aout, swap_exec_header_out) (bfd *abfd,
445 NAME (aout, make_sections) (bfd *abfd)
463 NAME (aout, some_aout_object_p) (bfd *abfd,
538 if (! NAME (aout, make_sections) (abfd))
657 NAME (aout, mkobject) (bfd *abfd)
689 NAME (aout, machine_type) (enum bfd_architecture arch,
786 NAME (aout, set_arch_mach) (bfd *abfd,
797 NAME (aout, machine_type) (arch, machine, &unknown);
1019 NAME (aout, adjust_sizes_and_vmas) (bfd *abfd,
1025 if (! NAME (aout, make_sections) (abfd))
1108 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1140 NAME (aout, set_section_contents) (bfd *abfd,
1151 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end))
1432 NAME (aout, make_empty_symbol) (bfd *abfd)
1447 NAME (aout, translate_symbol_table) (bfd *abfd,
1499 NAME (aout, slurp_symbol_table) (bfd *abfd)
1521 if (! (NAME (aout, translate_symbol_table)
1616 NAME (aout, write_syms) (bfd *abfd)
1673 NAME (aout, canonicalize_symtab) (bfd *abfd, asymbol **location)
1678 if (!NAME (aout, slurp_symbol_table) (abfd))
1823 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols)
1924 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section)
1963 NAME (aout, canonicalize_reloc) (bfd *abfd,
1977 if (!(tblptr || NAME (aout, slurp_reloc_table)(abfd, section, symbols)))
2004 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect)
2040 NAME (aout, get_symtab_upper_bound) (bfd *abfd)
2042 if (!NAME (aout, slurp_symbol_table) (abfd))
2049 NAME (aout, get_lineno) (bfd * abfd ATTRIBUTE_UNUSED,
2056 NAME (aout, get_symbol_info) (bfd * abfd ATTRIBUTE_UNUSED,
2082 NAME (aout, print_symbol) (bfd * abfd,
2129 NAME (aout, read_minisymbols) (bfd *abfd,
2162 NAME (aout, minisymbol_to_symbol) (bfd *abfd,
2174 if (! (NAME (aout, translate_symbol_table)
2192 NAME (aout, find_nearest_line) (bfd *abfd,
2383 NAME (aout, sizeof_headers) (bfd *abfd,
2393 NAME (aout, bfd_free_cached_info) (bfd *abfd)
2423 NAME (aout, link_hash_newfunc) (struct bfd_hash_entry *entry,
2452 NAME (aout, link_hash_table_init) (struct aout_link_hash_table *table,
2465 NAME (aout, link_hash_table_create) (bfd *abfd)
2473 if (! NAME (aout, link_hash_table_init) (ret, abfd,
2474 NAME (aout, link_hash_newfunc),
2514 NAME (aout, link_add_symbols) (bfd *abfd, struct bfd_link_info *info)
3656 NAME (aout, final_link) (bfd *abfd,
3764 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))