Searched refs:nlist (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh2492 # Discover the nlist of each of the dlfiles.
2493 nlist="$output_objdir/${outputname}.nm"
2495 $show "$rm $nlist ${nlist}S ${nlist}T"
2496 $run $rm "$nlist" "${nlist}S" "${nlist}T"
2518 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
2524 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
H A Dltconfig1656 nlist=conftest.nm
1657 if { echo "$progname:1657: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1660 if sort "$nlist" | uniq > "$nlist"T; then
1661 mv -f "$nlist"T "$nlist"
1663 rm -f "$nlist"T
1667 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
/bind-9.11.3/
H A Dltmain.sh3287 # Discover the nlist of each of the dlfiles.
3288 nlist="$output_objdir/${my_outputname}.nm"
3290 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3325 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3332 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3337 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3338 eval '$MV "$nlist"
[all...]
H A Dconfigure5925 nlist=conftest.nm
5926 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5927 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5930 test $ac_status = 0; } && test -s "$nlist"; then
5932 if sort "$nlist" | uniq > "$nlist"T; then
5933 mv -f "$nlist"T "$nlist"
5935 rm -f "$nlist"T
5939 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure6532 nlist=conftest.nm
6533 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6534 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6537 test $ac_status = 0; } && test -s "$nlist"; then
6539 if sort "$nlist" | uniq > "$nlist"T; then
6540 mv -f "$nlist"T "$nlist"
6542 rm -f "$nlist"T
6546 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]

Completed in 1082 milliseconds