Searched refs:nlist (Results 76 - 100 of 147) sorted by relevance

123456

/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh3287 # Discover the nlist of each of the dlfiles.
3288 nlist="$output_objdir/${my_outputname}.nm"
3290 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3325 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3332 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3337 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3338 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh3287 # Discover the nlist of each of the dlfiles.
3288 nlist="$output_objdir/${my_outputname}.nm"
3290 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3325 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3332 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3337 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3338 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh3254 # Discover the nlist of each of the dlfiles.
3255 nlist="$output_objdir/${my_outputname}.nm"
3257 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3292 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3299 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3304 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3305 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipnat.c51 # include <nlist.h>
58 # define nlist nlist64 macro
257 struct nlist nat_nlist[10] = {
270 if (nlist(kernel, nat_nlist) == -1) {
271 fprintf(stderr, "nlist error\n");
/freebsd-10.0-release/lib/libc/gen/
H A DMakefile.inc88 nlist.c \
234 nlist.3 \
H A DSymbol.map220 nlist;
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_arm.c127 struct nlist nl[2];
H A Dkvm_minidump_arm.c45 #include <nlist.h>
H A Dkvm_minidump_mips.c46 #include <nlist.h>
H A Dkvm_sparc64.c55 #include <nlist.h>
H A Dkvm_proc.c47 * most other applications are interested only in open/close/read/nlist).
72 #include <nlist.h>
555 struct nlist nl[7], *p;
H A Dkvm_ia64.c151 struct nlist nl[2];
/freebsd-10.0-release/usr.bin/mklocale/
H A Dyacc.y309 rune_list *nlist = list->next;
311 list = nlist;
321 rune_list *nlist = list->next;
331 list = nlist;
/freebsd-10.0-release/usr.bin/netstat/
H A Datalk.c52 #include <nlist.h>
H A Dmain.c63 #include <nlist.h>
72 static struct nlist nl[] = {
171 int pr_index; /* index into nlist of cb head */
172 int pr_sindex; /* index into nlist of stat block */
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dstartup.c59 #include <nlist.h>
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh2310 # Discover the nlist of each of the dlfiles.
2311 nlist="$output_objdir/${my_outputname}.nm"
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2338 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
2343 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
2344 eval '$MV "$nlist"
[all...]
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c123 struct netidlist *nlist; member in struct:rpcbdump_short
662 for (nl = rs->nlist; nl; nl = nl->next)
671 nl->next = rs->nlist;
672 rs->nlist = nl;
834 rs->nlist = NULL;
856 for (nl = rs->nlist; nl; nl = nl->next) {
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1684 struct wpa_ssid *prev, **nlist; local
1701 nlist = os_realloc_array(config->pssid, config->num_prio + 1,
1703 if (nlist == NULL)
1707 if (nlist[prio]->priority < ssid->priority) {
1708 os_memmove(&nlist[prio + 1], &nlist[prio],
1715 nlist[prio] = ssid;
1717 config->pssid = nlist;
/freebsd-10.0-release/usr.bin/systat/
H A Dnetstat.c71 #include <nlist.h>
145 struct nlist namelist[] = {
/freebsd-10.0-release/usr.sbin/iostat/
H A Diostat.c112 #include <nlist.h>
119 struct nlist namelist[] = {
/freebsd-10.0-release/usr.sbin/kgmon/
H A Dkgmon.c55 #include <nlist.h>
63 struct nlist nl[] = {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsolib-sunos.c31 /* SunOS shared libs need the nlist structure. */
175 struct nlist inferior_rtc_nlist;

Completed in 208 milliseconds

123456