Searched refs:wl (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10.1-release/contrib/gdb/
H A Dltcf-cxx.sh81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
84 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
85 export_dynamic_flag_spec='${wl}--export-dynamic'
90 wlarc='${wl}'
[all...]
H A Dltcf-gcj.sh59 wlarc='${wl}'
98 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
186 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
187 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
205 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}
[all...]
H A Dltcf-c.sh56 wlarc='${wl}'
95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
193 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
194 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
212 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl32 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
349 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
350 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
351 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
352 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
353 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
354 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
355 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
356 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
357 &RIP1($C,$D,$E,$A,$B,$wl[
[all...]
/freebsd-10.1-release/sys/ofed/include/net/
H A Dipv6.h62 __be32 wh, __be32 wl)
66 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) {
67 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl));
71 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) {
72 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh));
78 addr[1] = wl;
61 __ipv6_addr_set_half(__be32 *addr, __be32 wh, __be32 wl) argument
/freebsd-10.1-release/contrib/tcsh/
H A Dconfig.rpath42 wl=
44 wl='-Wl,'
48 wl='-Wl,'
53 wl='-Wl,'
60 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
76 wl='-Wl,'
79 wl
[all...]
H A Dtw.comp.c406 tw_dollar(const Char *str, Char **wl, size_t nwl, Char **result, Char sep, argument
426 Strbuf_append(&buf, wl[num]);
458 Char *buf, **vec, **wl; local
467 wl = xmalloc(((Strlen(line) + 1) / 2 + 2) * sizeof (*wl));
468 cleanup_push(wl, xfree);
471 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) {
480 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND)))
487 for (wordno = 1; (wl[wordn
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dipa-prop.c59 ipa_methodlist_not_empty (ipa_methodlist_p wl) argument
61 return (wl != NULL);
66 ipa_methodlist_method (ipa_methodlist_p wl) argument
68 return wl->method_p;
73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) argument
75 wl->method_p = mt;
81 ipa_methodlist_next_method (ipa_methodlist_p wl) argument
83 return wl->next_method;
98 ipa_methodlist_p wl; local
100 wl
110 ipa_add_method(ipa_methodlist_p * wl, struct cgraph_node *mt) argument
123 ipa_remove_method(ipa_methodlist_p * wl) argument
[all...]
H A Dipa-cp.c583 ipa_methodlist_p wl; local
587 wl = ipa_methodlist_init ();
588 while (ipa_methodlist_not_empty (wl))
590 mt = ipa_remove_method (&wl);
606 ipa_add_method (&wl, callee);
H A Dlonglong.h554 #define umul_ppmm(wh, wl, u, v) \
564 (wl) = __xx.__i.__l; \
1111 #define umul_ppmm(wh, wl, u, v) \
1137 "=&r" (wl), \
/freebsd-10.1-release/contrib/binutils/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/freebsd-10.1-release/contrib/libreadline/support/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/freebsd-10.1-release/share/man/man4/man4.i386/
H A DMakefile33 wl.4
/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.c298 int he, hs, nr, nw, wl; local
305 wl = BUFFERSIZE;
306 if (wl > dumpsize)
307 wl = dumpsize;
308 nr = read(fd, buf, wl);
309 if (nr != wl) {
319 nw = fwrite(buf, 1, wl, fp);
359 if (nw != wl) {
368 dmpcnt += wl;
372 dumpsize -= wl;
392 int nr, nw, wl; local
[all...]
/freebsd-10.1-release/usr.sbin/nghook/
H A Dmain.c203 int rl, wl; local
215 else if ((wl = write(outfd, buf, rl)) != rl) {
216 if (wl < 0) {
221 rl, wl);
/freebsd-10.1-release/usr.sbin/pkg/
H A Ddns_utils.c61 unsigned int r, l, wr, wl; local
73 wl = da->finalweight;
75 res = ((wr > wl) - (wr < wl));
/freebsd-10.1-release/sys/i386/conf/
H A DNOTES594 # wl: Lucent Wavelan (ISA card only).
645 device wl
646 hint.wl.0.at="isa"
647 hint.wl.0.port="0x300"
/freebsd-10.1-release/contrib/sqlite3/
H A Dconfigure5429 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7979 lt_prog_compiler_static='${wl}-a ${wl}archive'
8143 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8326 wlarc='${wl}'
8332 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
8333 export_dynamic_flag_spec='${wl}--export-dynamic'
8386 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
H A Dltmain.sh1440 compiler_flags="$compiler_flags $wl$qarg"
1442 compile_command="$compile_command $wl$qarg"
1443 finalize_command="$finalize_command $wl$qarg"
1790 arg="$arg $wl$flag"
1808 arg="$arg $wl$flag"
1809 compiler_flags="$compiler_flags $wl$flag"
3304 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/freebsd-10.1-release/contrib/unbound/validator/
H A Dval_utils.c714 size_t i, wl; local
730 wl = rrset->rk.dname_len;
734 wl -= 2;
739 dname_remove_labels(wc, &wl, labdiff);
/freebsd-10.1-release/contrib/ofed/libibcm/config/
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3269 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/freebsd-10.1-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3269 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/freebsd-10.1-release/contrib/file/
H A Dltmain.sh5165 single_module="${wl}-single_module"
5460 func_append compiler_flags " $wl$qarg"
5462 func_append compile_command " $wl$qarg"
5463 func_append finalize_command " $wl$qarg"
5672 single_module="${wl}-multi_module"
5812 func_append arg " $wl$func_quote_for_eval_result"
5813 func_append compiler_flags " $wl$func_quote_for_eval_result"
7070 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7409 xlcverstring="${wl}
[all...]
/freebsd-10.1-release/contrib/ldns/
H A Dltmain.sh5164 single_module="${wl}-single_module"
5459 func_append compiler_flags " $wl$qarg"
5461 func_append compile_command " $wl$qarg"
5462 func_append finalize_command " $wl$qarg"
5671 single_module="${wl}-multi_module"
5811 func_append arg " $wl$func_quote_for_eval_result"
5812 func_append compiler_flags " $wl$func_quote_for_eval_result"
7072 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7413 xlcverstring="${wl}
[all...]
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh4102 single_module="${wl}-single_module"
4392 compiler_flags="$compiler_flags $wl$qarg"
4394 func_append compile_command " $wl$qarg"
4395 func_append finalize_command " $wl$qarg"
4591 single_module="${wl}-multi_module"
4711 arg="$arg $wl$func_quote_for_eval_result"
4727 arg="$arg $wl$func_quote_for_eval_result"
4728 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
5931 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}
[all...]

Completed in 312 milliseconds

123