Home
last modified time | relevance | path

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

/libev/
H A Dltmain.sh3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
3409 if $GREP -v "^: " < "$nlist" |
3415 uniq > "$nlist"S; then
3418 $GREP -v "^: " < "$nlist" > "$nlist"S
[all …]
H A Dconfigure6046 nlist=conftest.nm
6048 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6051 test $ac_status = 0; } && test -s "$nlist"; then
6053 if sort "$nlist" | uniq > "$nlist"T; then
6054 mv -f "$nlist"T "$nlist"
6056 rm -f "$nlist"T
6060 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6061 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6094 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
6126 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Daclocal.m43766 nlist=conftest.nm
3767 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
3769 if sort "$nlist" | uniq > "$nlist"T; then
3770 mv -f "$nlist"T "$nlist"
3772 rm -f "$nlist"T
3776 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
3777 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
3797 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
3810 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
3838 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]