Home | History | Annotate | Download | only in emultempl

Lines Matching full:emulation_name

18 rm -f e${EMULATION_NAME}.c
19 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
45 #define TARGET_IS_${EMULATION_NAME}
179 gld_${EMULATION_NAME}_before_parse (void)
256 gld${EMULATION_NAME}_add_options
399 gld_${EMULATION_NAME}_list_options (FILE *file)
662 gld${EMULATION_NAME}_handle_option (int optc)
898 gld_${EMULATION_NAME}_set_symbols (void)
965 gld_${EMULATION_NAME}_after_parse (void)
1391 gld_${EMULATION_NAME}_after_open (void)
1717 gld_${EMULATION_NAME}_before_allocation (void)
1743 gld_${EMULATION_NAME}_unrecognized_file (lang_input_statement_type *entry ATTRIBUTE_UNUSED)
1824 gld_${EMULATION_NAME}_recognized_file (lang_input_statement_type *entry ATTRIBUTE_UNUSED)
1838 gld_${EMULATION_NAME}_finish (void)
1884 gld_${EMULATION_NAME}_place_orphan (asection *s,
2065 gld_${EMULATION_NAME}_open_dynamic_archive
2169 gld_${EMULATION_NAME}_find_potential_libraries
2177 gld_${EMULATION_NAME}_get_script (int *isfile)
2190 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
2191 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
2192 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
2193 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
2194 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
2195 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
2196 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.c
2198 echo ' ; else if (link_info.pei386_auto_import == 1 && link_info.pei386_runtime_pseudo_reloc != 2) return' >> e${EMULATION_NAME}.c
2199 sed $sc ldscripts/${EMULATION_NAME}.xa >> e${EMULATION_NAME}.c
2201 echo ' ; else return' >> e${EMULATION_NAME}.c
2202 sed $sc ldscripts/${EMULATION_NAME}.x >> e${EMULATION_NAME}.c
2203 echo '; }' >> e${EMULATION_NAME}.c
2208 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
2210 gld_${EMULATION_NAME}_before_parse,
2213 gld_${EMULATION_NAME}_after_parse,
2214 gld_${EMULATION_NAME}_after_open,
2218 gld_${EMULATION_NAME}_before_allocation,
2219 gld_${EMULATION_NAME}_get_script,
2220 "${EMULATION_NAME}",
2222 gld_${EMULATION_NAME}_finish,
2224 gld_${EMULATION_NAME}_open_dynamic_archive,
2225 gld_${EMULATION_NAME}_place_orphan,
2226 gld_${EMULATION_NAME}_set_symbols,
2228 gld${EMULATION_NAME}_add_options,
2229 gld${EMULATION_NAME}_handle_option,
2230 gld_${EMULATION_NAME}_unrecognized_file,
2231 gld_${EMULATION_NAME}_list_options,
2232 gld_${EMULATION_NAME}_recognized_file,
2233 gld_${EMULATION_NAME}_find_potential_libraries,