HomeSort by relevance Sort by last modified time
    Searched full:emulation_name (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/ld/emultempl/
linux.em 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 (link_info.output_bfd,
130 gld${EMULATION_NAME}_get_script (int *isfile
    [all...]
gld960.em 90 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
91 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
92 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
93 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
94 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
95 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
96 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.
    [all...]
gld960c.em 103 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
104 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
105 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
106 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
107 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
108 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
109 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.
    [all...]
armcoff.em 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)
98 gld${EMULATION_NAME}_before_parse (void)
109 gld${EMULATION_NAME}_before_allocation (void)
134 gld${EMULATION_NAME}_after_open (void)
158 gld${EMULATION_NAME}_finish (void)
205 gld${EMULATION_NAME}_get_script (int *isfile
    [all...]
generic.em 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
54 gld${EMULATION_NAME}_before_parse (void)
76 if test x"$LDEMUL_GET_SCRIPT" != xgld"$EMULATION_NAME"_get_script; then
80 gld${EMULATION_NAME}_get_script (int *isfile)
97 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
98 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
99 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.
    [all...]
ticoff.em 3 (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
28 #define TARGET_IS_${EMULATION_NAME}
49 gld${EMULATION_NAME}_add_options
66 gld_${EMULATION_NAME}_list_options (FILE * file)
72 gld${EMULATION_NAME}_handle_option (int optc)
98 gld_${EMULATION_NAME}_before_parse(void)
106 gld_${EMULATION_NAME}_get_script (int *isfile)
122 return `sed "$sc" ldscripts/${EMULATION_NAME}.xu`;
124 return `sed "$sc" ldscripts/${EMULATION_NAME}.xr`;
126 return `sed "$sc" ldscripts/${EMULATION_NAME}.xbn`
    [all...]
m68kcoff.em 29 #define TARGET_IS_${EMULATION_NAME}
46 gld${EMULATION_NAME}_before_parse (void)
60 gld${EMULATION_NAME}_after_open (void)
128 gld${EMULATION_NAME}_after_allocation (void)
164 gld${EMULATION_NAME}_get_script (int *isfile)
181 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
182 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
183 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.
    [all...]
vms.em 28 gld${EMULATION_NAME}_before_parse (void)
43 gld${EMULATION_NAME}_create_output_section_statements (void)
54 gld${EMULATION_NAME}_open_dynamic_archive (const char *arch ATTRIBUTE_UNUSED,
81 gld${EMULATION_NAME}_find_potential_libraries
130 gld${EMULATION_NAME}_add_options
150 gld${EMULATION_NAME}_list_options (FILE *file)
156 gld${EMULATION_NAME}_handle_option (int optc)
187 gld${EMULATION_NAME}_before_allocation (void)
208 gld${EMULATION_NAME}_after_allocation (void)
215 gld${EMULATION_NAME}_map_segments (need_layout)
    [all...]
lnk960.em 226 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
227 echo ' ; else if (link_info.relocatable) return' >> e${EMULATION_NAME}.c
228 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
229 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
230 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
231 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
232 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.
    [all...]
genelf.em 32 gld${EMULATION_NAME}_after_open (void)
53 gld${EMULATION_NAME}_before_allocation (void)
62 gld${EMULATION_NAME}_after_allocation (void)
64 gld${EMULATION_NAME}_map_segments (FALSE);
67 # Put these extra routines in ld_${EMULATION_NAME}_emulation
69 LDEMUL_AFTER_OPEN=gld${EMULATION_NAME}_after_open
70 LDEMUL_BEFORE_ALLOCATION=gld${EMULATION_NAME}_before_allocation
71 LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
sunos.em 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
78 static void gld${EMULATION_NAME}_count_nee
    [all...]
needrelax.em 25 LDEMUL_BEFORE_ALLOCATION=need_relax_${EMULATION_NAME}_before_allocation
30 need_relax_${EMULATION_NAME}_before_allocation (void)
33 gld${EMULATION_NAME}_before_allocation ();
elf32.em 14 /* ${ELFSIZE} bit ELF emulation code for ${EMULATION_NAME}
36 #define TARGET_IS_${EMULATION_NAME}
62 static void gld${EMULATION_NAME}_before_parse (void);
63 static void gld${EMULATION_NAME}_after_open (void);
64 static void gld${EMULATION_NAME}_before_allocation (void);
65 static void gld${EMULATION_NAME}_after_allocation (void);
66 static lang_output_section_statement_type *gld${EMULATION_NAME}_place_orphan
95 if test x"$LDEMUL_BEFORE_PARSE" != xgld"$EMULATION_NAME"_before_parse; then
99 gld${EMULATION_NAME}_before_parse (void)
110 if test x"$LDEMUL_RECOGNIZED_FILE" != xgld"${EMULATION_NAME}"_load_symbols; the
    [all...]
aix.em 11 /* AIX emulation code for ${EMULATION_NAME}
34 #define TARGET_IS_${EMULATION_NAME}
59 static void gld${EMULATION_NAME}_read_file (const char *, bfd_boolean);
60 static void gld${EMULATION_NAME}_free (void *);
61 static void gld${EMULATION_NAME}_find_relocs (lang_statement_union_type *);
62 static void gld${EMULATION_NAME}_find_exp_assignment (etree_type *);
142 gld${EMULATION_NAME}_before_parse (void)
189 gld${EMULATION_NAME}_add_options
277 gld${EMULATION_NAME}_parse_args (int argc, char **argv)
375 gld${EMULATION_NAME}_handle_option (int optc
    [all...]
beos.em 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}.
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
genscrba.sh 13 echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
15 cat >> e${EMULATION_NAME}.c
genscripts.sh 93 EMULATION_NAME=$3
97 CUSTOMIZER_SCRIPT="${srcdir}/emulparams/${EMULATION_NAME}.sh"
113 *" ${EMULATION_NAME} "*)
258 if [ "x$1" = "x$EMULATION_NAME" ]; then
306 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr
314 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xu
325 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.x
332 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xn
339 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xbn
344 COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tm
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32_x86_64.sh 22 *" ${EMULATION_NAME} "*)
31 case "$EMULATION_NAME" in
elf64_s390.sh 22 *" ${EMULATION_NAME} "*)
31 case "$EMULATION_NAME" in
elf_k1om.sh 23 *" ${EMULATION_NAME} "*)
32 case "$EMULATION_NAME" in
elf_l1om.sh 23 *" ${EMULATION_NAME} "*)
32 case "$EMULATION_NAME" in
elf64rdos.sh 20 *" ${EMULATION_NAME} "*)
elf_i386.sh 21 case "$EMULATION_NAME" in
elf64_sparc.sh 30 *" ${EMULATION_NAME} "*)
41 case "$EMULATION_NAME" in
elf_x86_64.sh 24 *" ${EMULATION_NAME} "*)
33 case "$EMULATION_NAME" in

Completed in 202 milliseconds

1 2 3 4