Home | History | Annotate | Download | only in emultempl

Lines Matching full:emulation_name

56 #define TARGET_IS_${EMULATION_NAME}
64 gld_${EMULATION_NAME}_before_parse (void)
90 gld${EMULATION_NAME}_add_options
264 gld${EMULATION_NAME}_handle_option (int optc)
326 gld_${EMULATION_NAME}_set_symbols (void)
376 gld_${EMULATION_NAME}_after_open (void)
609 gld_${EMULATION_NAME}_before_allocation (void)
666 gld${EMULATION_NAME}_place_orphan (asection *s,
732 gld_${EMULATION_NAME}_get_script (int *isfile)
745 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
746 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
747 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
748 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
749 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
750 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
751 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.c
752 echo ' ; else return' >> e${EMULATION_NAME}.c
753 sed $sc ldscripts/${EMULATION_NAME}.x >> e${EMULATION_NAME}.c
754 echo '; }' >> e${EMULATION_NAME}.c
759 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
761 gld_${EMULATION_NAME}_before_parse,
765 gld_${EMULATION_NAME}_after_open,
769 gld_${EMULATION_NAME}_before_allocation,
770 gld_${EMULATION_NAME}_get_script,
771 "${EMULATION_NAME}",
776 gld${EMULATION_NAME}_place_orphan,
777 gld_${EMULATION_NAME}_set_symbols,
779 gld${EMULATION_NAME}_add_options,
780 gld${EMULATION_NAME}_handle_option,