Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 5 of 5) sorted by relevance

/libev/
H A Daclocal.m41061 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1070 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
5311 …[_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $l…
5313 …[_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $l…
5349 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
5364wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"…
5469 …_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib…
5471 …$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobj…
5498 …_LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaulte…
6526 …$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl
[all …]
H A Dconfigure9338 …archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $lib…
9343 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9364 …archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $lib…
9411 …archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $…
9420 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9454 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9471wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"…
9558 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9576 …archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $depli…
9578 …$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobj…
[all …]
H A Dev.c4985 ev_watcher_list *wl, *wn; in ev_walk() local
4989 for (wl = anfds [i].head; wl; ) in ev_walk()
4991 wn = wl->next; in ev_walk()
5010 wl = wn; in ev_walk()
5071 for (wl = signals [i].head; wl; ) in ev_walk()
5073 wn = wl->next; in ev_walk()
5075 wl = wn; in ev_walk()
5082 for (wl = childs [i]; wl; ) in ev_walk()
5084 wn = wl->next; in ev_walk()
5085 cb (EV_A_ EV_CHILD, wl); in ev_walk()
[all …]
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"
7072 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7413 …xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_cu…
8047 *\$LD\ *) wl= ;;
8729 func_append compile_command " ${wl}-bind_at_load"
[all …]
H A Dev.h471 struct ev_watcher_list wl;