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

/bind-9.6-ESV-R11/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.6-ESV-R11/
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 Dconfigure5740 nlist=conftest.nm
5741 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5742 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5745 test $ac_status = 0; } && test -s "$nlist"; then
5747 if sort "$nlist" | uniq > "$nlist"T; then
5748 mv -f "$nlist"T "$nlist"
5750 rm -f "$nlist"T
5754 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh2310 # Discover the nlist of each of the dlfiles.
2311 nlist="$output_objdir/${my_outputname}.nm"
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2338 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
2343 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
2344 eval '$MV "$nlist"
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure5899 nlist=conftest.nm
5900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5901 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5904 test $ac_status = 0; } && test -s "$nlist"; then
5906 if sort "$nlist" | uniq > "$nlist"T; then
5907 mv -f "$nlist"T "$nlist"
5909 rm -f "$nlist"T
5913 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]

Completed in 42 milliseconds