Searched refs:EMULATION_NAME (Results 1 – 25 of 39) sorted by relevance
12
32 EMULATION_NAME=$144 CUSTOMIZER_SCRIPT="${srcdir}/emulparams/${EMULATION_NAME}.sh"48 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}114 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}116 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr122 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}124 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu130 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}132 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.x138 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}[all …]
73 EMULATION_NAME=$285 CUSTOMIZER_SCRIPT=${EMULATION_NAME}90 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}105 *" ${EMULATION_NAME} "*)206 if [ "x$1" = "x$EMULATION_NAME" ]; then252 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}254 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr260 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}262 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu268 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}[all …]
3 cat >e${EMULATION_NAME}.c <<EOF6 /* emulate the original gld for the given ${EMULATION_NAME}27 #define TARGET_IS_${EMULATION_NAME}50 if test x"$LDEMUL_BEFORE_PARSE" != xgld"$EMULATION_NAME"_before_parse; then51 cat >>e${EMULATION_NAME}.c <<EOF54 gld${EMULATION_NAME}_before_parse (void)64 if test x"$LDEMUL_GET_SCRIPT" != xgld"$EMULATION_NAME"_get_script; then65 cat >>e${EMULATION_NAME}.c <<EOF68 gld${EMULATION_NAME}_get_script (int *isfile)78 cat >>e${EMULATION_NAME}.c <<EOF[all …]
8 cat >e${EMULATION_NAME}.c <<EOF11 /* Linux a.out emulation code for ${EMULATION_NAME}33 #define TARGET_IS_${EMULATION_NAME}48 gld${EMULATION_NAME}_before_parse (void)59 gld${EMULATION_NAME}_open_dynamic_archive93 gld${EMULATION_NAME}_find_address_statement (lang_statement_union_type *s)106 gld${EMULATION_NAME}_create_output_section_statements (void)108 lang_for_each_statement (gld${EMULATION_NAME}_find_address_statement);115 gld${EMULATION_NAME}_before_allocation (void)122 if (! bfd_${EMULATION_NAME}_size_dynamic_sections (output_bfd, &link_info))[all …]
3 cat >e${EMULATION_NAME}.c <<EOF6 /* emulate the original gld for the given ${EMULATION_NAME}27 #define TARGET_IS_${EMULATION_NAME}53 gld${EMULATION_NAME}_add_options70 gld${EMULATION_NAME}_list_options (FILE *file)77 gld${EMULATION_NAME}_handle_option (int optc)97 gld${EMULATION_NAME}_before_parse (void)108 gld${EMULATION_NAME}_before_allocation (void)133 gld${EMULATION_NAME}_after_open (void)155 gld${EMULATION_NAME}_finish (void)[all …]
3 (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)4 cat >>e${EMULATION_NAME}.c <<EOF26 #define TARGET_IS_${EMULATION_NAME}47 gld${EMULATION_NAME}_add_options64 gld_${EMULATION_NAME}_list_options (FILE * file)70 gld${EMULATION_NAME}_handle_option (int optc)96 gld_${EMULATION_NAME}_before_parse(void)104 gld_${EMULATION_NAME}_get_script (int *isfile)116 cat >>e${EMULATION_NAME}.c <<EOF120 return `sed "$sc" ldscripts/${EMULATION_NAME}.xu`;[all …]
11 cat >e${EMULATION_NAME}.c <<EOF14 /* ${ELFSIZE} bit ELF emulation code for ${EMULATION_NAME}36 #define TARGET_IS_${EMULATION_NAME}58 static void gld${EMULATION_NAME}_before_parse (void);59 static void gld${EMULATION_NAME}_after_open (void);60 static void gld${EMULATION_NAME}_before_allocation (void);61 static bfd_boolean gld${EMULATION_NAME}_place_orphan (asection *s);62 static void gld${EMULATION_NAME}_finish (void);69 cat >>e${EMULATION_NAME}.c <<EOF91 if test x"$LDEMUL_BEFORE_PARSE" != xgld"$EMULATION_NAME"_before_parse; then[all …]
8 cat >e${EMULATION_NAME}.c <<EOF11 /* SunOS emulation code for ${EMULATION_NAME}33 #define TARGET_IS_${EMULATION_NAME}64 static void gld${EMULATION_NAME}_find_so66 static char *gld${EMULATION_NAME}_search_dir68 static void gld${EMULATION_NAME}_check_needed70 static bfd_boolean gld${EMULATION_NAME}_search_needed72 static bfd_boolean gld${EMULATION_NAME}_try_needed74 static void gld${EMULATION_NAME}_find_assignment76 static void gld${EMULATION_NAME}_find_exp_assignment[all …]
23 cat >>e${EMULATION_NAME}.c <<EOF28 cat >>e${EMULATION_NAME}.c <<EOF31 gld${EMULATION_NAME}_finish (void)33 gld${EMULATION_NAME}_map_segments (FALSE);37 # Put these extra routines in ld_${EMULATION_NAME}_emulation39 LDEMUL_FINISH=gld${EMULATION_NAME}_finish
3 cat >>e${EMULATION_NAME}.c <<EOF5 gld${EMULATION_NAME}_before_parse (void);10 gld${EMULATION_NAME}_before_parse ();
9 rm -f e${EMULATION_NAME}.c10 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)11 cat >>e${EMULATION_NAME}.c <<EOF34 #define TARGET_IS_${EMULATION_NAME}117 gld_${EMULATION_NAME}_before_parse (void)178 gld${EMULATION_NAME}_add_options281 gld_${EMULATION_NAME}_list_options (FILE *file)487 gld${EMULATION_NAME}_handle_option (int optc)653 gld_${EMULATION_NAME}_set_symbols (void)717 gld_${EMULATION_NAME}_after_parse (void)[all …]
24 LDEMUL_BEFORE_ALLOCATION=need_relax_${EMULATION_NAME}_before_allocation26 cat >>e${EMULATION_NAME}.c <<EOF29 need_relax_${EMULATION_NAME}_before_allocation (void)32 gld${EMULATION_NAME}_before_allocation ();
9 rm -f e${EMULATION_NAME}.c10 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)11 cat >>e${EMULATION_NAME}.c <<EOF37 #define TARGET_IS_${EMULATION_NAME}45 bfd_${EMULATION_NAME}_allocate_interworking_sections47 bfd_${EMULATION_NAME}_get_bfd_for_interworking49 bfd_${EMULATION_NAME}_process_before_allocation138 gld_${EMULATION_NAME}_before_parse (void)205 gld${EMULATION_NAME}_add_options309 gld_${EMULATION_NAME}_list_options (FILE *file)[all …]
24 cat >>e${EMULATION_NAME}.c <<EOF105 gld${EMULATION_NAME}_after_open ();123 gld${EMULATION_NAME}_before_allocation ();161 cat >>e${EMULATION_NAME}.c <<EOF164 static bfd_boolean gld${EMULATION_NAME}_load_symbols (lang_input_statement_type *);172 return gld${EMULATION_NAME}_load_symbols (entry);230 # Put these extra ppc32elf routines in ld_${EMULATION_NAME}_emulation
24 cat >>e${EMULATION_NAME}.c <<EOF133 gld${EMULATION_NAME}_before_allocation ();264 gld${EMULATION_NAME}_map_segments (TRUE);272 gld${EMULATION_NAME}_after_allocation (void)316 gld${EMULATION_NAME}_finish (void)359 gld${EMULATION_NAME}_map_segments (need_laying_out);414 gld${EMULATION_NAME}_new_vers_pattern (struct bfd_elf_version_expr *entry)471 cat >>e${EMULATION_NAME}.c <<EOF474 static bfd_boolean gld${EMULATION_NAME}_load_symbols (lang_input_statement_type *);482 return gld${EMULATION_NAME}_load_symbols (entry);[all …]
24 cat >>e${EMULATION_NAME}.c <<EOF71 gld${EMULATION_NAME}_after_open ();89 gld${EMULATION_NAME}_before_allocation ();102 gld${EMULATION_NAME}_finish ();148 # Put these extra alpha routines in ld_${EMULATION_NAME}_emulation
27 cat >>e${EMULATION_NAME}.c <<EOF29 gld${EMULATION_NAME}_before_parse (void)37 LDEMUL_BEFORE_PARSE=gld${EMULATION_NAME}_before_parse
28 cat >>e${EMULATION_NAME}.c <<EOF31 gld${EMULATION_NAME}_before_parse ()54 gld${EMULATION_NAME}_after_open ();73 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
27 cat >>e${EMULATION_NAME}.c <<EOF33 gld${EMULATION_NAME}_after_parse (void)61 LDEMUL_AFTER_PARSE=gld${EMULATION_NAME}_after_parse
16 case "$EMULATION_NAME" in19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;24 *" ${EMULATION_NAME} "*)
21 *" ${EMULATION_NAME} "*)30 case "$EMULATION_NAME" in
20 *" ${EMULATION_NAME} "*)29 case "$EMULATION_NAME" in
40 *" ${EMULATION_NAME} "*)47 case "$EMULATION_NAME" in
41 *" ${EMULATION_NAME} "*)48 case "$EMULATION_NAME" in
31 *" ${EMULATION_NAME} "*)42 case "$EMULATION_NAME" in