Home
last modified time | relevance | path

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

/sqlite-3.40.0/
H A Dltmain.sh2318 nlist="$output_objdir/${my_outputname}.nm"
2320 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2339 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2396 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2402 test -f "$nlist" || : > "$nlist"
2405 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2406 $MV "$nlist"T "$nlist"
2410 if $GREP -v "^: " < "$nlist" |
2416 uniq > "$nlist"S; then
2419 $GREP -v "^: " < "$nlist" > "$nlist"S
[all …]
H A Dconfigure4997 nlist=conftest.nm
4999 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5002 test $ac_status = 0; } && test -s "$nlist"; then
5004 if sort "$nlist" | uniq > "$nlist"T; then
5005 mv -f "$nlist"T "$nlist"
5007 rm -f "$nlist"T
5011 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5012 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5033 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
5065 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Daclocal.m43448 nlist=conftest.nm
3449 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
3451 if sort "$nlist" | uniq > "$nlist"T; then
3452 mv -f "$nlist"T "$nlist"
3454 rm -f "$nlist"T
3458 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
3459 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
3467 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
3480 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
3508 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]