Searched refs:target_machine (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Delf.exp57 set target_machine ""
60 set target_machine -arc
63 set target_machine -arm
69 set target_machine -csky
72 set target_machine -m32r
75 set target_machine -mips
78 set target_machine -msp430
84 set target_machine -riscv
88 set target_machine -rl78
91 set target_machine
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c61 static const char *const target_machine = DEFAULT_TARGET_MACHINE; variable
106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine,
108 self_tooldir_prefix = concat (self_exec_prefix, target_machine,
116 self_libexec_prefix = concat (self_libexec_prefix, target_machine,
198 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL);
H A Dcollect2.c534 static const char *const target_machine = TARGET_MACHINE;
820 concat (target_machine, "-", nm_suffix, NULL);
822 concat (target_machine, "-", gnm_suffix, NULL);
825 concat (target_machine, "-", ldd_suffix, NULL);
828 concat (target_machine, "-", strip_suffix, NULL);
830 concat (target_machine, "-", gstrip_suffix, NULL);
881 = concat (target_machine, "-", ld_suffixes[i], NULL);
1171 c_file_name = concat (target_machine, "-gcc", NULL);
3036 const char *qname = concat (target_machine, "-", dsname, NULL);
528 static const char *const target_machine = TARGET_MACHINE; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.cc61 static const char *const target_machine = DEFAULT_TARGET_MACHINE; variable
106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine,
108 self_tooldir_prefix = concat (self_exec_prefix, target_machine,
116 self_libexec_prefix = concat (self_libexec_prefix, target_machine,
198 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL);
H A Dcollect2.cc526 static const char *const target_machine = TARGET_MACHINE;
816 concat (target_machine, "-", nm_suffix, NULL);
818 concat (target_machine, "-", gnm_suffix, NULL);
821 concat (target_machine, "-", ldd_suffix, NULL);
824 concat (target_machine, "-", strip_suffix, NULL);
826 concat (target_machine, "-", gstrip_suffix, NULL);
877 = concat (target_machine, "-", ld_suffixes[i], NULL);
1150 c_file_name = concat (target_machine, "-gcc", NULL);
3041 const char *qname = concat (target_machine, "-", dsname, NULL);
520 static const char *const target_machine = TARGET_MACHINE; variable
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dreadelf.exp103 set target_machine ""
106 set target_machine mips
108 set target_machine tmips
112 if { $target_machine != "" && [file exists $srcdir/$subdir/$regexp_file-$readelf_size-$target_machine] } then {
113 set regexp_file $regexp_file-$readelf_size-$target_machine
114 } elseif { $target_machine != "" && [file exists $srcdir/$subdir/$regexp_file-$target_machine] } then {
115 set regexp_file $regexp_file-$target_machine
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml70 target_machine : llexecutionengine -> Llvm_target.TargetMachine.t

Completed in 122 milliseconds