Searched refs:nlist (Results 51 - 75 of 128) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_dlopen.xs142 #include <nlist.h>
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c44 #include <nlist.h>
81 struct nlist proc0[] = { { "_proc0paddr" }, { NULL } };
293 err(1, "nlist");
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltconfig1495 nlist=conftest.nm
1496 if { echo "$progname:1435: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1499 if sort "$nlist" | uniq > "$nlist"T; then
1500 mv -f "$nlist"T "$nlist"
1502 rm -f "$nlist"T
1506 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
H A Dltmain.sh3644 # Discover the nlist of each of the dlfiles.
3645 nlist="$output_objdir/${outputname}.nm"
3647 $show "$rm $nlist ${nlist}S ${nlist}T"
3648 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3670 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3676 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp590 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { argument
592 NL.n_strx = nlist.n_strx;
593 NL.n_type = nlist.n_type;
594 NL.n_sect = nlist.n_sect;
595 NL.n_desc = nlist.n_desc;
596 NL.n_value = nlist.n_value;
608 : constructNameList<MachO::nlist>(
/openbsd-current/gnu/share/
H A Dltconfig1638 nlist=conftest.nm
1639 if { echo "$progname:1639: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1642 if sort "$nlist" | uniq > "$nlist"T; then
1643 mv -f "$nlist"T "$nlist"
1645 rm -f "$nlist"T
1649 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
/openbsd-current/gnu/usr.bin/binutils/
H A Dltconfig1472 nlist=conftest.nm
1473 if { echo "$progname:1435: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1476 if sort "$nlist" | uniq > "$nlist"T; then
1477 mv -f "$nlist"T "$nlist"
1479 rm -f "$nlist"T
1483 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
H A Dltmain.sh3644 # Discover the nlist of each of the dlfiles.
3645 nlist="$output_objdir/${outputname}.nm"
3647 $show "$rm $nlist ${nlist}S ${nlist}T"
3648 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3670 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3676 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsolib-legacy.c29 /* nlist.h needs to be included before link.h on some older *BSD systems. */
30 #include <nlist.h>
/openbsd-current/usr.sbin/config/
H A Dexec_elf.c34 #include <nlist.h>
/openbsd-current/lib/libkvm/
H A Dkvm_alpha.c41 #include <nlist.h>
H A Dkvm_amd64.c49 #include <nlist.h>
H A Dkvm_sparc64.c49 #include <nlist.h>
H A Dkvm_proc2.c69 * most other applications are interested only in open/close/read/nlist).
91 #include <nlist.h>
124 struct nlist nl[3];
467 struct nlist nl[5];
/openbsd-current/regress/sys/arch/amd64/fpu/
H A Dfxproc0.c52 struct nlist nl[] = { { .n_name = "_proc0" }, { .n_name = NULL } };
/openbsd-current/usr.bin/netstat/
H A Dmain.c48 #include <nlist.h>
56 struct nlist nl[] = {
/openbsd-current/usr.sbin/trpt/
H A Dtrpt.c95 #include <nlist.h>
101 struct nlist nl[] = {
/openbsd-current/usr.bin/nfsstat/
H A Dnfsstat.c48 #include <nlist.h>
61 struct nlist nl[] = {
/openbsd-current/gnu/lib/libstdc++/
H A Dltmain.sh3644 # Discover the nlist of each of the dlfiles.
3645 nlist="$output_objdir/${outputname}.nm"
3647 $show "$rm $nlist ${nlist}S ${nlist}T"
3648 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3670 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3676 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
/openbsd-current/sbin/savecore/
H A Dsavecore.c43 #include <nlist.h>
60 struct nlist current_nl[] = { /* Namelist for currently running system. */
80 struct nlist dump_nl[] = { /* Name list for dumped system. */
/openbsd-current/usr.sbin/kgmon/
H A Dkgmon.c46 #include <nlist.h>
49 struct nlist nl[] = {
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.h36 #include "aout_gnu.h" /* Needed to define struct nlist. Sigh. */
63 typedef struct nlist obj_symbol_type; /* Symbol table entry */
/openbsd-current/libexec/ld.so/ldconfig/
H A Dsod.c41 #include <nlist.h>
/openbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist.c1 /* $OpenBSD: nlist.c,v 1.53 2019/06/28 13:32:48 deraadt Exp $ */
51 typedef struct nlist NLIST;

Completed in 384 milliseconds

123456