Searched refs:nlist (Results 151 - 160 of 160) sorted by relevance

1234567

/freebsd-11-stable/usr.bin/top/
H A Dmachine.c41 #include <nlist.h>
103 /* definitions for indices in the nlist array */
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptests.c40 # include <nlist.h>
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure5579 nlist=conftest.nm
5580 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5581 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5584 (exit $ac_status); } && test -s "$nlist"; then
5586 if sort "$nlist" | uniq > "$nlist"T; then
5587 mv -f "$nlist"T "$nlist"
5589 rm -f "$nlist"T
5593 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure6531 nlist=conftest.nm
6532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6533 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6536 test $ac_status = 0; } && test -s "$nlist"; then
6538 if sort "$nlist" | uniq > "$nlist"T; then
6539 mv -f "$nlist"T "$nlist"
6541 rm -f "$nlist"T
6545 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure12674 nlist=conftest.nm
12675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
12676 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
12679 test $ac_status = 0; } && test -s "$nlist"; then
12681 if sort "$nlist" | uniq > "$nlist"T; then
12682 mv -f "$nlist"T "$nlist"
12684 rm -f "$nlist"T
12688 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure17283 nlist=conftest.nm
17284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
17285 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
17288 test $ac_status = 0; } && test -s "$nlist"; then
17290 if sort "$nlist" | uniq > "$nlist"T; then
17291 mv -f "$nlist"T "$nlist"
17293 rm -f "$nlist"T
17297 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure9549 nlist=conftest.nm
9550 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
9551 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
9554 test $ac_status = 0; } && test -s "$nlist"; then
9556 if sort "$nlist" | uniq > "$nlist"T; then
9557 mv -f "$nlist"T "$nlist"
9559 rm -f "$nlist"T
9563 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c211 struct nlist *nlistp;
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c20775 tree nlist, c;
20819 nlist = cp_parser_omp_var_list_no_open (parser, OMP_CLAUSE_REDUCTION, list);
20820 for (c = nlist; c != list; c = OMP_CLAUSE_CHAIN (c))
20823 return nlist;
20772 tree nlist, c; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8782 big_size *= sizeof(struct MachO::nlist);

Completed in 483 milliseconds

1234567