Lines Matching refs:NAME

61 #ifndef NAME
62 #define NAME(x,y) CONCAT3 (x,_64_,y) macro
73 #ifndef NAME
74 #define NAME(x,y) CONCAT3 (x,_16_,y) macro
84 #ifndef NAME
85 #define NAME(x,y) CONCAT3 (x,_32_,y) macro
472 extern bfd_boolean NAME (aout, squirt_out_relocs)
475 extern bfd_boolean NAME (aout, make_sections)
478 extern const bfd_target * NAME (aout, some_aout_object_p)
481 extern bfd_boolean NAME (aout, mkobject)
484 extern enum machine_type NAME (aout, machine_type)
487 extern bfd_boolean NAME (aout, set_arch_mach)
490 extern bfd_boolean NAME (aout, new_section_hook)
493 extern bfd_boolean NAME (aout, set_section_contents)
496 extern asymbol * NAME (aout, make_empty_symbol)
499 extern bfd_boolean NAME (aout, translate_symbol_table)
503 extern bfd_boolean NAME (aout, slurp_symbol_table)
506 extern bfd_boolean NAME (aout, write_syms)
509 extern void NAME (aout, reclaim_symbol_table)
512 extern long NAME (aout, get_symtab_upper_bound)
515 extern long NAME (aout, canonicalize_symtab)
518 extern void NAME (aout, swap_ext_reloc_in)
522 extern void NAME (aout, swap_std_reloc_in)
526 extern reloc_howto_type * NAME (aout, reloc_type_lookup)
529 extern reloc_howto_type * NAME (aout, reloc_name_lookup)
532 extern bfd_boolean NAME (aout, slurp_reloc_table)
535 extern long NAME (aout, canonicalize_reloc)
538 extern long NAME (aout, get_reloc_upper_bound)
541 extern void NAME (aout, reclaim_reloc)
544 extern alent * NAME (aout, get_lineno)
547 extern void NAME (aout, print_symbol)
550 extern void NAME (aout, get_symbol_info)
553 extern bfd_boolean NAME (aout, find_nearest_line)
557 extern long NAME (aout, read_minisymbols)
560 extern asymbol * NAME (aout, minisymbol_to_symbol)
563 extern int NAME (aout, sizeof_headers)
566 extern bfd_boolean NAME (aout, adjust_sizes_and_vmas)
569 extern void NAME (aout, swap_exec_header_in)
572 extern void NAME (aout, swap_exec_header_out)
575 extern struct bfd_hash_entry * NAME (aout, link_hash_newfunc)
578 extern bfd_boolean NAME (aout, link_hash_table_init)
585 extern struct bfd_link_hash_table * NAME (aout, link_hash_table_create)
588 extern bfd_boolean NAME (aout, link_add_symbols)
591 extern bfd_boolean NAME (aout, final_link)
595 extern bfd_boolean NAME (aout, bfd_free_cached_info)
627 NAME (aout, adjust_sizes_and_vmas) (abfd); \
636 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
650 if (! NAME (aout, write_syms) (abfd)) \
656 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
661 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \