Searched refs:target (Results 76 - 100 of 2282) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/iscsi/
H A DMakefile7 SUBDIR+= target initiator
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dv32-err-2.s3 ; { dg-error ".word offset handling is not implemented" "err for broken .word" { target cris-*-* } 0 }
H A Dmarch-err-1.s4 ; { dg-error ".* invalid <arch> in --march=<arch>: whatever" "" { target cris-*-* } 0 }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m32r/
H A Dparallel.s4 ; { dg-do assemble { target m32r-*-* } }
10 ; { dg-warning "output of 1st instruction" "parallel output overlaps input" { target *-*-* } { 9 } }
12 ; { dg-warning "output of 2nd instruction" "parallel output overlaps input" { target *-*-* } { 11 } }
14 ; { dg-error "instructions write to the same destination register" "parallel overlapping destinations" { target *-*-* } { 13 } }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Derr-bspec-2.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-bspec-4.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-loc-1.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-is-1.s1 % { dg-do assemble { target mmix-*-* } }
H A Derr-local2.s1 % { dg-do assemble { target mmix-*-* } }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dgcc-gdb-test.exp25 if { ![isnative] || [is_remote target] } { return }
28 switch [dg-process-target [lindex $args 3]] {
56 set res [remote_spawn target "$gdb_name -nx -nw -quiet -x $cmd_file ./$output_file"]
62 remote_expect target [timeout_value] {
72 remote_close target
78 remote_close target
83 remote_close target
88 remote_close target
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dpr32550.f903 ! { dg-require-effective-target tls_runtime }
6 integer, target :: targ
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dwarn_oddreg.l2 .*:5: Warning: Odd numbered register used as target of multi-register instruction
3 .*:6: Warning: Odd numbered register used as target of multi-register instruction
4 .*:7: Warning: Odd numbered register used as target of multi-register instruction
5 .*:8: Warning: Odd numbered register used as target of multi-register instruction
6 .*:9: Warning: Odd numbered register used as target of multi-register instruction
7 .*:10: Warning: Odd numbered register used as target of multi-register instruction
8 .*:11: Warning: Odd numbered register used as target of multi-register instruction
9 .*:12: Warning: Odd numbered register used as target of multi-register instruction
13 1 # GAS should print a warning when an odd register is used as a target
18 .* Warning:Odd numbered register used as target o
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dparameters.cc27 #include "target.h"
28 #include "target-select.h"
41 // A helper class to set the target once.
108 Parameters::set_target(Target* target) argument
110 this->set_parameters_target_once_->run_once(static_cast<void*>(target));
111 gold_assert(target == this->target_);
117 Parameters::set_target_once(Target* target) argument
120 this->target_ = target;
125 // Clear the target, for testing.
132 // target agai
255 set_parameters_target(Target* target) argument
288 Target* target = select_target_by_name(parameters->options().oformat()); local
309 Target* target = select_target(elfcpp::GOLD_DEFAULT_MACHINE, local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbase32.c45 str_totext(const char *source, isc_buffer_t *target);
48 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
59 isc_buffer_t *target, const char base[])
74 RETERR(str_totext(buf, target));
83 RETERR(str_totext(buf, target));
91 RETERR(str_totext(buf, target));
100 RETERR(str_totext(buf, target));
106 RETERR(str_totext(buf, target));
114 RETERR(str_totext(wordbreak, target));
124 const char *wordbreak, isc_buffer_t *target)
58 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
123 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
130 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
142 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon1407
151 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
257 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
289 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
294 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
299 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
316 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) argument
321 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) argument
326 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
340 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
345 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
350 str_totext(const char *source, isc_buffer_t *target) argument
366 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbase32.c45 str_totext(const char *source, isc_buffer_t *target);
48 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
59 isc_buffer_t *target, const char base[])
74 RETERR(str_totext(buf, target));
83 RETERR(str_totext(buf, target));
91 RETERR(str_totext(buf, target));
100 RETERR(str_totext(buf, target));
106 RETERR(str_totext(buf, target));
114 RETERR(str_totext(wordbreak, target));
122 const char *wordbreak, isc_buffer_t *target)
58 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
121 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
128 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon1792
149 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
287 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
292 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
297 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
314 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) argument
319 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) argument
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
343 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
348 str_totext(const char *source, isc_buffer_t *target) argument
364 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/pl/
H A Dlinux.pl56 local($obj,$target,$name,$shlib,$so_name)=@_;
59 $target =~ s/\//$o/g if $o ne '/';
62 $ret.="$target: \$(${Name}OBJ)\n";
63 $ret.="\t\$(RM) target\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
65 ($t=$target) =~ s/(^.*)\/[^\/]*$/$1/;
69 $ret.="\tln -s $target \$(LIB_D)$o$so_name\n\n";
75 local($target,$files,$dep_libs,$libs)=@_;
79 $n=&bname($target);
[all...]
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
32 $n=&bname($target);
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/include/isccc/
H A Dbase64.h52 const char *wordbreak, isccc_region_t *target);
57 *\li The base64 encoded text in 'target' will be divided into
64 *\li 'target' is a text region containing available space.
70 isccc_base64_decode(const char *cstr, isccc_region_t *target);
76 *\li 'target' is a valid region.
80 * fit in 'target'.
82 *\li #ISC_R_NOSPACE -- 'target' is not big enough.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/macros/
H A Dsemi.d3 #not-target: m32c-*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/
H A Derr-be.s1 ! { dg-do assemble { target sh*-*-elf} }
3 ! { dg-error "-big required" "" { target sh*-*-elf } 0 }
H A Derr-le.s1 ! { dg-do assemble { target sh*-*-elf} }
3 ! { dg-error "-little required" "" { target sh*-*-elf } 0 }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dexclude3a.d4 #target: x86_64-*-* i?86-*-* ia64-*-*
H A Dexclude3b.d4 #target: x86_64-*-* i?86-*-*
H A Dexclude3d.d4 #target: ia64-*-*
H A Dheader.d0 # target: *-*-linux* *-*-gnu* *-*-vxworks

Completed in 114 milliseconds

1234567891011>>