Lines Matching refs:EMULATION_NAME
8 rm -f e${EMULATION_NAME}.c
9 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
38 #define TARGET_IS_${EMULATION_NAME}
46 bfd_${EMULATION_NAME}_allocate_interworking_sections
48 bfd_${EMULATION_NAME}_get_bfd_for_interworking
50 bfd_${EMULATION_NAME}_process_before_allocation
164 gld_${EMULATION_NAME}_before_parse (void)
279 gld${EMULATION_NAME}_add_options
431 gld_${EMULATION_NAME}_list_options (FILE *file)
703 gld${EMULATION_NAME}_handle_option (int optc)
953 gld_${EMULATION_NAME}_set_symbols (void)
1020 gld_${EMULATION_NAME}_after_parse (void)
1425 gld_${EMULATION_NAME}_after_open (void)
1843 gld_${EMULATION_NAME}_before_allocation (void)
1906 gld_${EMULATION_NAME}_unrecognized_file (lang_input_statement_type *entry ATTRIBUTE_UNUSED)
1987 gld_${EMULATION_NAME}_recognized_file (lang_input_statement_type *entry ATTRIBUTE_UNUSED)
2012 gld_${EMULATION_NAME}_finish (void)
2108 gld_${EMULATION_NAME}_place_orphan (asection *s,
2289 gld_${EMULATION_NAME}_open_dynamic_archive
2393 gld_${EMULATION_NAME}_find_potential_libraries
2400 gld_${EMULATION_NAME}_get_script (int *isfile)
2413 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
2414 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
2415 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
2416 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
2417 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
2418 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
2419 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.c
2421 … && (MERGE_RDATA_V2 || link_info.pei386_runtime_pseudo_reloc != 2)) return' >> e${EMULATION_NAME}.c
2422 sed $sc ldscripts/${EMULATION_NAME}.xa >> e${EMULATION_NAME}.c
2424 echo ' ; else return' >> e${EMULATION_NAME}.c
2425 sed $sc ldscripts/${EMULATION_NAME}.x >> e${EMULATION_NAME}.c
2426 echo '; }' >> e${EMULATION_NAME}.c
2431 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
2433 gld_${EMULATION_NAME}_before_parse,
2436 gld_${EMULATION_NAME}_after_parse,
2437 gld_${EMULATION_NAME}_after_open,
2441 gld_${EMULATION_NAME}_before_allocation,
2442 gld_${EMULATION_NAME}_get_script,
2443 "${EMULATION_NAME}",
2445 gld_${EMULATION_NAME}_finish,
2447 gld_${EMULATION_NAME}_open_dynamic_archive,
2448 gld_${EMULATION_NAME}_place_orphan,
2449 gld_${EMULATION_NAME}_set_symbols,
2451 gld${EMULATION_NAME}_add_options,
2452 gld${EMULATION_NAME}_handle_option,
2453 gld_${EMULATION_NAME}_unrecognized_file,
2454 gld_${EMULATION_NAME}_list_options,
2455 gld_${EMULATION_NAME}_recognized_file,
2456 gld_${EMULATION_NAME}_find_potential_libraries,