Lines Matching refs:NAME
62 #ifndef NAME
63 #define NAME(x,y) CONCAT3 (x,_64_,y) macro
74 #ifndef NAME
75 #define NAME(x,y) CONCAT3 (x,_16_,y) macro
85 #ifndef NAME
86 #define NAME(x,y) CONCAT3 (x,_32_,y) macro
471 extern bfd_boolean NAME (aout, squirt_out_relocs)
474 extern bfd_boolean NAME (aout, make_sections)
477 extern const bfd_target * NAME (aout, some_aout_object_p)
480 extern bfd_boolean NAME (aout, mkobject)
483 extern enum machine_type NAME (aout, machine_type)
486 extern bfd_boolean NAME (aout, set_arch_mach)
489 extern bfd_boolean NAME (aout, new_section_hook)
492 extern bfd_boolean NAME (aout, set_section_contents)
495 extern asymbol * NAME (aout, make_empty_symbol)
498 extern bfd_boolean NAME (aout, translate_symbol_table)
502 extern bfd_boolean NAME (aout, slurp_symbol_table)
505 extern bfd_boolean NAME (aout, write_syms)
508 extern void NAME (aout, reclaim_symbol_table)
511 extern long NAME (aout, get_symtab_upper_bound)
514 extern long NAME (aout, canonicalize_symtab)
517 extern void NAME (aout, swap_ext_reloc_in)
521 extern void NAME (aout, swap_std_reloc_in)
525 extern reloc_howto_type * NAME (aout, reloc_type_lookup)
528 extern reloc_howto_type * NAME (aout, reloc_name_lookup)
531 extern bfd_boolean NAME (aout, slurp_reloc_table)
534 extern long NAME (aout, canonicalize_reloc)
537 extern long NAME (aout, get_reloc_upper_bound)
540 extern void NAME (aout, reclaim_reloc)
543 extern alent * NAME (aout, get_lineno)
546 extern void NAME (aout, print_symbol)
549 extern void NAME (aout, get_symbol_info)
552 extern bfd_boolean NAME (aout, find_nearest_line)
556 extern long NAME (aout, read_minisymbols)
559 extern asymbol * NAME (aout, minisymbol_to_symbol)
562 extern int NAME (aout, sizeof_headers)
565 extern bfd_boolean NAME (aout, adjust_sizes_and_vmas)
568 extern void NAME (aout, swap_exec_header_in)
571 extern void NAME (aout, swap_exec_header_out)
574 extern struct bfd_hash_entry * NAME (aout, link_hash_newfunc)
577 extern bfd_boolean NAME (aout, link_hash_table_init)
584 extern struct bfd_link_hash_table * NAME (aout, link_hash_table_create)
587 extern bfd_boolean NAME (aout, link_add_symbols)
590 extern bfd_boolean NAME (aout, final_link)
594 extern bfd_boolean NAME (aout, bfd_free_cached_info)
630 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
639 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
653 if (! NAME (aout, write_syms) (abfd)) \
659 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
664 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \