Searched refs:ldfile_set_output_arch (Results 1 – 22 of 22) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.h | 55 extern void ldfile_set_output_arch
|
D | ldfile.c | 674 ldfile_set_output_arch (const char *string, enum bfd_architecture defarch) in ldfile_set_output_arch() function
|
D | ChangeLog-2004 | 1412 * ldfile.c (ldfile_set_output_arch): Add defarch param. 1413 * ldfile.h (ldfile_set_output_arch): Ditto. 1415 ldfile_set_output_arch. 1422 * ldgram.y: Adjust ldfile_set_output_arch call.
|
D | ldgram.y | 336 { ldfile_set_output_arch ($3, bfd_arch_unknown); }
|
D | ChangeLog-9197 | 1854 Pass $ARCH to ldfile_set_output_arch instead of setting 2914 * ldfile.c (ldfile_set_output_arch): Make arch const.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | z80.em | 43 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | scoreelf.em | 37 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | gld960c.em | 66 ldfile_set_output_arch (s, bfd_arch_unknown);
|
D | generic.em | 57 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | ticoff.em | 101 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | linux.em | 50 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | vms.em | 30 ldfile_set_output_arch ("${ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | m68kcoff.em | 49 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | armcoff.em | 100 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | aarch64elf.em | 40 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | armelf.em | 49 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
|
D | beos.em | 66 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | sunos.em | 86 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | aix.em | 144 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | pep.em | 182 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | pe.em | 167 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|
D | elf32.em | 101 ldfile_set_output_arch ("${OUTPUT_ARCH}", bfd_arch_`echo ${ARCH} | sed -e 's/:.*//'`);
|