Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 3 of 3) sorted by relevance

/iperf/config/
H A Dltmain.sh4843 nlist=$output_objdir/$my_outputname.nm
4845 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4988 test -f "$nlist" || : > "$nlist"
4991 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4992 $MV "$nlist"T "$nlist"
4996 if $GREP -v "^: " < "$nlist" |
5002 uniq > "$nlist"S; then
5005 $GREP -v "^: " < "$nlist" > "$nlist"S
5008 if test -f "$nlist"S; then
5030 if test -s "$nlist"I; then
[all …]
/iperf/
H A Dconfigure6995 nlist=conftest.nm
6997 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7000 test $ac_status = 0; } && test -s "$nlist"; then
7002 if sort "$nlist" | uniq > "$nlist"T; then
7003 mv -f "$nlist"T "$nlist"
7005 rm -f "$nlist"T
7009 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7010 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7043 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
7075 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Daclocal.m44088 nlist=conftest.nm
4089 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4091 if sort "$nlist" | uniq > "$nlist"T; then
4092 mv -f "$nlist"T "$nlist"
4094 rm -f "$nlist"T
4098 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4099 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4119 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4132 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
4160 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]