Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
4740 if $GREP -v "^: " < "$nlist" |
4746 uniq > "$nlist"S; then
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
4752 if test -f "$nlist"S; then
4774 if test -s "$nlist"I; then
[all …]
H A Dconfigure7380 nlist=conftest.nm
7382 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7385 test $ac_status = 0; } && test -s "$nlist"; then
7387 if sort "$nlist" | uniq > "$nlist"T; then
7388 mv -f "$nlist"T "$nlist"
7390 rm -f "$nlist"T
7394 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7395 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7428 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
7460 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m44057 nlist=conftest.nm
4058 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4060 if sort "$nlist" | uniq > "$nlist"T; then
4061 mv -f "$nlist"T "$nlist"
4063 rm -f "$nlist"T
4067 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4068 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4088 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4101 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
4129 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]