Home
last modified time | relevance | path

Searched refs:EMULATION_NAME (Results 1 – 25 of 39) sorted by relevance

12

/trueos/gnu/usr.bin/binutils/ld/
HDgenscripts.sh32 EMULATION_NAME=$1
44 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}.xr
122 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
124 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu
130 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
132 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.x
138 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
[all …]
/trueos/contrib/binutils/ld/
HDgenscripts.sh73 EMULATION_NAME=$2
85 CUSTOMIZER_SCRIPT=${EMULATION_NAME}
90 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
105 *" ${EMULATION_NAME} "*)
206 if [ "x$1" = "x$EMULATION_NAME" ]; then
252 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
254 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr
260 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
262 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu
268 . ${CUSTOMIZER_SCRIPT} ${EMULATION_NAME}
[all …]
/trueos/contrib/binutils/ld/emultempl/
HDgeneric.em3 cat >e${EMULATION_NAME}.c <<EOF
6 /* 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; then
51 cat >>e${EMULATION_NAME}.c <<EOF
54 gld${EMULATION_NAME}_before_parse (void)
64 if test x"$LDEMUL_GET_SCRIPT" != xgld"$EMULATION_NAME"_get_script; then
65 cat >>e${EMULATION_NAME}.c <<EOF
68 gld${EMULATION_NAME}_get_script (int *isfile)
78 cat >>e${EMULATION_NAME}.c <<EOF
[all …]
HDlinux.em8 cat >e${EMULATION_NAME}.c <<EOF
11 /* 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_archive
93 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 …]
HDarmcoff.em3 cat >e${EMULATION_NAME}.c <<EOF
6 /* emulate the original gld for the given ${EMULATION_NAME}
27 #define TARGET_IS_${EMULATION_NAME}
53 gld${EMULATION_NAME}_add_options
70 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 …]
HDticoff.em3 (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
4 cat >>e${EMULATION_NAME}.c <<EOF
26 #define TARGET_IS_${EMULATION_NAME}
47 gld${EMULATION_NAME}_add_options
64 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 <<EOF
120 return `sed "$sc" ldscripts/${EMULATION_NAME}.xu`;
[all …]
HDelf32.em11 cat >e${EMULATION_NAME}.c <<EOF
14 /* ${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 <<EOF
91 if test x"$LDEMUL_BEFORE_PARSE" != xgld"$EMULATION_NAME"_before_parse; then
[all …]
HDsunos.em8 cat >e${EMULATION_NAME}.c <<EOF
11 /* SunOS emulation code for ${EMULATION_NAME}
33 #define TARGET_IS_${EMULATION_NAME}
64 static void gld${EMULATION_NAME}_find_so
66 static char *gld${EMULATION_NAME}_search_dir
68 static void gld${EMULATION_NAME}_check_needed
70 static bfd_boolean gld${EMULATION_NAME}_search_needed
72 static bfd_boolean gld${EMULATION_NAME}_try_needed
74 static void gld${EMULATION_NAME}_find_assignment
76 static void gld${EMULATION_NAME}_find_exp_assignment
[all …]
HDgenelf.em23 cat >>e${EMULATION_NAME}.c <<EOF
28 cat >>e${EMULATION_NAME}.c <<EOF
31 gld${EMULATION_NAME}_finish (void)
33 gld${EMULATION_NAME}_map_segments (FALSE);
37 # Put these extra routines in ld_${EMULATION_NAME}_emulation
39 LDEMUL_FINISH=gld${EMULATION_NAME}_finish
HDnetbsd.em3 cat >>e${EMULATION_NAME}.c <<EOF
5 gld${EMULATION_NAME}_before_parse (void);
10 gld${EMULATION_NAME}_before_parse ();
HDpep.em9 rm -f e${EMULATION_NAME}.c
10 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
11 cat >>e${EMULATION_NAME}.c <<EOF
34 #define TARGET_IS_${EMULATION_NAME}
117 gld_${EMULATION_NAME}_before_parse (void)
178 gld${EMULATION_NAME}_add_options
281 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 …]
HDneedrelax.em24 LDEMUL_BEFORE_ALLOCATION=need_relax_${EMULATION_NAME}_before_allocation
26 cat >>e${EMULATION_NAME}.c <<EOF
29 need_relax_${EMULATION_NAME}_before_allocation (void)
32 gld${EMULATION_NAME}_before_allocation ();
HDpe.em9 rm -f e${EMULATION_NAME}.c
10 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
11 cat >>e${EMULATION_NAME}.c <<EOF
37 #define TARGET_IS_${EMULATION_NAME}
45 bfd_${EMULATION_NAME}_allocate_interworking_sections
47 bfd_${EMULATION_NAME}_get_bfd_for_interworking
49 bfd_${EMULATION_NAME}_process_before_allocation
138 gld_${EMULATION_NAME}_before_parse (void)
205 gld${EMULATION_NAME}_add_options
309 gld_${EMULATION_NAME}_list_options (FILE *file)
[all …]
HDppc32elf.em24 cat >>e${EMULATION_NAME}.c <<EOF
105 gld${EMULATION_NAME}_after_open ();
123 gld${EMULATION_NAME}_before_allocation ();
161 cat >>e${EMULATION_NAME}.c <<EOF
164 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
HDppc64elf.em24 cat >>e${EMULATION_NAME}.c <<EOF
133 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 <<EOF
474 static bfd_boolean gld${EMULATION_NAME}_load_symbols (lang_input_statement_type *);
482 return gld${EMULATION_NAME}_load_symbols (entry);
[all …]
HDalphaelf.em24 cat >>e${EMULATION_NAME}.c <<EOF
71 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
HDmipsecoff.em27 cat >>e${EMULATION_NAME}.c <<EOF
29 gld${EMULATION_NAME}_before_parse (void)
37 LDEMUL_BEFORE_PARSE=gld${EMULATION_NAME}_before_parse
HDscoreelf.em28 cat >>e${EMULATION_NAME}.c <<EOF
31 gld${EMULATION_NAME}_before_parse ()
54 gld${EMULATION_NAME}_after_open ();
73 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
HDia64elf.em27 cat >>e${EMULATION_NAME}.c <<EOF
33 gld${EMULATION_NAME}_after_parse (void)
61 LDEMUL_AFTER_PARSE=gld${EMULATION_NAME}_after_parse
/trueos/contrib/binutils/ld/emulparams/
HDelf32bmipn32-defs.sh16 case "$EMULATION_NAME" in
19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
24 *" ${EMULATION_NAME} "*)
HDelf64_s390.sh21 *" ${EMULATION_NAME} "*)
30 case "$EMULATION_NAME" in
HDelf_x86_64.sh20 *" ${EMULATION_NAME} "*)
29 case "$EMULATION_NAME" in
HDelf32ppccommon.sh40 *" ${EMULATION_NAME} "*)
47 case "$EMULATION_NAME" in
HDelf64ppc.sh41 *" ${EMULATION_NAME} "*)
48 case "$EMULATION_NAME" in
HDelf64_sparc.sh31 *" ${EMULATION_NAME} "*)
42 case "$EMULATION_NAME" in

12