Lines Matching refs:NAME

63 #ifndef NAME
64 #define NAME(x,y) CONCAT3 (x,_64_,y) macro
75 #ifndef NAME
76 #define NAME(x,y) CONCAT3 (x,_16_,y) macro
86 #ifndef NAME
87 #define NAME(x,y) CONCAT3 (x,_32_,y) macro
474 extern bfd_boolean NAME (aout, squirt_out_relocs)
477 extern bfd_boolean NAME (aout, make_sections)
480 extern const bfd_target * NAME (aout, some_aout_object_p)
483 extern bfd_boolean NAME (aout, mkobject)
486 extern enum machine_type NAME (aout, machine_type)
489 extern bfd_boolean NAME (aout, set_arch_mach)
492 extern bfd_boolean NAME (aout, new_section_hook)
495 extern bfd_boolean NAME (aout, set_section_contents)
498 extern asymbol * NAME (aout, make_empty_symbol)
501 extern bfd_boolean NAME (aout, translate_symbol_table)
505 extern bfd_boolean NAME (aout, slurp_symbol_table)
508 extern bfd_boolean NAME (aout, write_syms)
511 extern void NAME (aout, reclaim_symbol_table)
514 extern long NAME (aout, get_symtab_upper_bound)
517 extern long NAME (aout, canonicalize_symtab)
520 extern void NAME (aout, swap_ext_reloc_in)
524 extern void NAME (aout, swap_std_reloc_in)
528 extern reloc_howto_type * NAME (aout, reloc_type_lookup)
531 extern reloc_howto_type * NAME (aout, reloc_name_lookup)
534 extern bfd_boolean NAME (aout, slurp_reloc_table)
537 extern long NAME (aout, canonicalize_reloc)
540 extern long NAME (aout, get_reloc_upper_bound)
543 extern void NAME (aout, reclaim_reloc)
546 extern alent * NAME (aout, get_lineno)
549 extern void NAME (aout, print_symbol)
552 extern void NAME (aout, get_symbol_info)
555 extern bfd_boolean NAME (aout, find_nearest_line)
559 extern long NAME (aout, read_minisymbols)
562 extern asymbol * NAME (aout, minisymbol_to_symbol)
565 extern int NAME (aout, sizeof_headers)
568 extern bfd_boolean NAME (aout, adjust_sizes_and_vmas)
571 extern void NAME (aout, swap_exec_header_in)
574 extern void NAME (aout, swap_exec_header_out)
577 extern struct bfd_hash_entry * NAME (aout, link_hash_newfunc)
580 extern bfd_boolean NAME (aout, link_hash_table_init)
587 extern struct bfd_link_hash_table * NAME (aout, link_hash_table_create)
590 extern bfd_boolean NAME (aout, link_add_symbols)
593 extern bfd_boolean NAME (aout, final_link)
597 extern bfd_boolean NAME (aout, bfd_free_cached_info)
633 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
642 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
656 if (! NAME (aout, write_syms) (abfd)) \
662 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
667 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \