Lines Matching refs:aout
261 NAME (aout, reloc_type_lookup) (bfd * abfd ATTRIBUTE_UNUSED, in NAME() argument
276 NAME (aout, reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED, in NAME() argument
299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers()
316 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); in pdp11_aout_write_headers()
332 if (! NAME (aout, write_syms) (abfd)) in pdp11_aout_write_headers()
340 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)) in pdp11_aout_write_headers()
342 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
366 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
380 NAME (aout, swap_exec_header_in) (bfd *abfd, in NAME() argument
408 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
414 NAME (aout, swap_exec_header_out) (bfd *abfd, in NAME() argument
444 NAME (aout, make_sections) (bfd *abfd) in NAME() argument
462 NAME (aout, some_aout_object_p) (bfd *abfd, in NAME() argument
537 if (! NAME (aout, make_sections) (abfd)) in NAME()
656 NAME (aout, mkobject) (bfd *abfd) in NAME() argument
688 NAME (aout, machine_type) (enum bfd_architecture arch, in NAME() argument
785 NAME (aout, set_arch_mach) (bfd *abfd, in NAME() argument
796 NAME (aout, machine_type) (arch, machine, &unknown); in NAME()
1018 NAME (aout, adjust_sizes_and_vmas) (bfd *abfd, in NAME() argument
1024 if (! NAME (aout, make_sections) (abfd)) in NAME()
1107 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect) in NAME() argument
1139 NAME (aout, set_section_contents) (bfd *abfd, in NAME() argument
1150 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end)) in NAME()
1429 NAME (aout, make_empty_symbol) (bfd *abfd) in NAME() argument
1444 NAME (aout, translate_symbol_table) (bfd *abfd, in NAME() argument
1496 NAME (aout, slurp_symbol_table) (bfd *abfd) in NAME() argument
1518 if (! (NAME (aout, translate_symbol_table) in NAME()
1611 NAME (aout, write_syms) (bfd *abfd) in NAME() argument
1667 NAME (aout, canonicalize_symtab) (bfd *abfd, asymbol **location) in NAME() argument
1672 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME()
1816 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols) in NAME() argument
1917 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
1956 NAME (aout, canonicalize_reloc) (bfd *abfd, in NAME() argument
1970 if (!(tblptr || NAME (aout, slurp_reloc_table)(abfd, section, symbols))) in NAME()
1997 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect) in NAME() argument
2032 NAME (aout, get_symtab_upper_bound) (bfd *abfd) in NAME() argument
2034 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME()
2041 NAME (aout, get_lineno) (bfd * abfd ATTRIBUTE_UNUSED, in NAME() argument
2048 NAME (aout, get_symbol_info) (bfd * abfd ATTRIBUTE_UNUSED, in NAME() argument
2074 NAME (aout, print_symbol) (bfd * abfd, in NAME() argument
2121 NAME (aout, read_minisymbols) (bfd *abfd, in NAME() argument
2154 NAME (aout, minisymbol_to_symbol) (bfd *abfd, in NAME() argument
2166 if (! (NAME (aout, translate_symbol_table) in NAME()
2184 NAME (aout, find_nearest_line) (bfd *abfd, in NAME() argument
2378 NAME (aout, sizeof_headers) (bfd *abfd, in NAME() argument
2388 NAME (aout, bfd_free_cached_info) (bfd *abfd) in NAME() argument
2417 NAME (aout, link_hash_newfunc) (struct bfd_hash_entry *entry, in NAME() argument
2446 NAME (aout, link_hash_table_init) (struct aout_link_hash_table *table, in NAME() argument
2459 NAME (aout, link_hash_table_create) (bfd *abfd) in NAME() argument
2467 if (! NAME (aout, link_hash_table_init) (ret, abfd, in NAME()
2468 NAME (aout, link_hash_newfunc), in NAME()
2508 NAME (aout, link_add_symbols) (bfd *abfd, struct bfd_link_info *info) in NAME() argument
3652 NAME (aout, final_link) (bfd *abfd, in NAME() argument
3760 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()