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

12 3 4

  /toolchain/binutils/binutils-2.25/ld/emultempl/
netbsd.em 26 gld${EMULATION_NAME}_before_parse (void);
31 gld${EMULATION_NAME}_before_parse ();
vxworks.em 33 ${LDEMUL_BEFORE_PARSE-gld${EMULATION_NAME}_before_parse} ();
40 ${LDEMUL_AFTER_OPEN-gld${EMULATION_NAME}_after_open} ();
85 # gld${EMULATION_NAME}_foo. This means that the file has
90 # something other than gld${EMULATION_NAME}_foo. We handle
95 if test "${value}" = "gld${EMULATION_NAME}_${override}"; then
avrelf.em 67 avr_elf_${EMULATION_NAME}_before_allocation (void)
71 gld${EMULATION_NAME}_before_allocation ();
74 if (strcmp ("${EMULATION_NAME}","avr6")
75 && strcmp ("${EMULATION_NAME}","avrxmega6")
76 && strcmp ("${EMULATION_NAME}","avrxmega7") )
158 gld${EMULATION_NAME}_after_allocation ();
175 gld${EMULATION_NAME}_before_parse ();
271 # Put these extra avr-elf routines in ld_${EMULATION_NAME}_emulation
274 LDEMUL_BEFORE_ALLOCATION=avr_elf_${EMULATION_NAME}_before_allocation
scoreelf.em 34 gld${EMULATION_NAME}_before_parse ()
58 gld${EMULATION_NAME}_after_open ();
77 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
ia64elf.em 34 gld${EMULATION_NAME}_after_parse (void)
64 LDEMUL_AFTER_PARSE=gld${EMULATION_NAME}_after_parse
pep.em 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)
    [all...]
aarch64elf.em 37 gld${EMULATION_NAME}_before_parse (void)
63 gld${EMULATION_NAME}_before_allocation ();
202 gld${EMULATION_NAME}_map_segments (TRUE);
222 gld${EMULATION_NAME}_after_allocation (void)
270 gld${EMULATION_NAME}_map_segments (need_laying_out);
274 gld${EMULATION_NAME}_finish (void)
431 LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
435 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
438 LDEMUL_FINISH=gld${EMULATION_NAME}_finish
alphaelf.em 69 gld${EMULATION_NAME}_after_open ();
90 gld${EMULATION_NAME}_before_allocation ();
143 # Put these extra alpha routines in ld_${EMULATION_NAME}_emulation
crxelf.em 55 gld${EMULATION_NAME}_before_allocation ();
67 # Put these extra crx-elf routines in ld_${EMULATION_NAME}_emulation
irix.em 39 gld${EMULATION_NAME}_after_open ();
solaris2.em 11 /* Solaris 2 emulation code for ${EMULATION_NAME}
32 #define TARGET_IS_${EMULATION_NAME}
109 gld${EMULATION_NAME}_before_allocation ();
149 gld${EMULATION_NAME}_after_allocation ();
tic6xdsbt.em 69 gld${EMULATION_NAME}_after_open ();
95 gld${EMULATION_NAME}_after_allocation (void)
162 gld${EMULATION_NAME}_map_segments (layout_changed);
214 LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
metagelf.em 194 gld${EMULATION_NAME}_map_segments (TRUE);
220 gld${EMULATION_NAME}_after_allocation (void)
267 gld${EMULATION_NAME}_map_segments (need_laying_out);
338 # Put these extra metagelf routines in ld_${EMULATION_NAME}_emulation
340 LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
nios2elf.em 211 gld${EMULATION_NAME}_map_segments (TRUE);
237 gld${EMULATION_NAME}_after_allocation (void)
283 gld${EMULATION_NAME}_map_segments (need_laying_out);
320 # Put these extra nios2elf routines in ld_${EMULATION_NAME}_emulation
322 LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
pe.em 8 rm -f e${EMULATION_NAME}.c
9 (echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
38 #define TARGET_IS_${EMULATION_NAME}
46 bfd_${EMULATION_NAME}_allocate_interworking_sections
48 bfd_${EMULATION_NAME}_get_bfd_for_interworking
50 bfd_${EMULATION_NAME}_process_before_allocation
164 gld_${EMULATION_NAME}_before_parse (void)
280 gld${EMULATION_NAME}_add_options
432 gld_${EMULATION_NAME}_list_options (FILE *file)
704 gld${EMULATION_NAME}_handle_option (int optc
    [all...]
mmixelf.em 32 gld${EMULATION_NAME}_before_parse ();
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32ppccommon.sh 39 *" ${EMULATION_NAME} "*)
47 case "$host":"$EMULATION_NAME" in
elf32bmipn32-defs.sh 16 case "$EMULATION_NAME" in
19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
24 *" ${EMULATION_NAME} "*)
aarch64linux.sh 43 case "$EMULATION_NAME" in
aarch64linux32.sh 43 case "$EMULATION_NAME" in
  /toolchain/binutils/binutils-2.25/ld/
ChangeLog-2004 203 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
219 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
220 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
271 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
284 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
307 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
310 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
311 (gld${EMULATION_NAME}_parse_ld_so_conf,
312 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
313 (gld${EMULATION_NAME}_check_ld_so_conf): Use them
    [all...]
ChangeLog-2009 254 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Handle
265 (gld${EMULATION_NAME}_add_options): Add new --exclude-all-symbols option
267 (gld_${EMULATION_NAME}_list_options): Describe it.
268 (gld${EMULATION_NAME}_handle_option): Handle it.
348 (gld${EMULATION_NAME}_finish): Set emit_stubs_syms by default.
416 * emultempl/elf32.em (gld${EMULATION_NAME}_add_options): Add --audit,
420 (gld${EMULATION_NAME}_append_to_separated_string): New function for
422 (gld${EMULATION_NAME}_before_allocation): Pass the audit and depaudit
467 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Likewise.
468 * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Cal
    [all...]
ChangeLog-2011 98 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
104 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
185 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
295 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option,
296 gld${EMULATION_NAME}_list_options): Don't condition -z relro
302 (gld${EMULATION_NAME}_after_allocation): Pass to ppc64_elf_size_stubs.
309 * emultempl/elf32.em (gld${EMULATION_NAME}_add_options,
310 gld${EMULATION_NAME}_handle_option, gld${EMULATION_NAME}_list_options):
316 (gld${EMULATION_NAME}_handle_option): ..and code handlin
    [all...]
ChangeLog-2013 111 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
250 (gld${EMULATION_NAME}_after_allocation): Likewise.
353 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
358 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
385 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
440 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Test
469 (gld${EMULATION_NAME}_after_allocation): Likewise.
470 (gld${EMULATION_NAME}_finish): Likewise.
526 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
527 * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Likewise
    [all...]
ChangeLog-2008 64 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Update
181 (gld${EMULATION_NAME}_place_orphan): Handle non-alloc orphans.
194 * emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Likewise.
195 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
197 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
198 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
252 * emultempl/genelf.em (gld${EMULATION_NAME}_after_open): New function.
300 * emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Updated.
301 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Likewise.
363 (gld_${EMULATION_NAME}_after_open): Likewise
    [all...]

Completed in 160 milliseconds

12 3 4