Searched refs:nlist (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dvax-nat.c90 #include <nlist.h>
102 struct nlist names[2];
106 if (nlist (_PATH_UNIX, names) == 0)
H A Ddbxread.c879 struct internal_nlist nlist;
885 INTERNALIZE_SYMBOL (nlist, &symbuf[symbuf_idx], symfile_bfd);
890 return nlist.n_strx + stringtab_global + file_string_table_offset;
963 /* Set namestring based on nlist. If the string table index is invalid,
968 set_namestring (struct objfile *objfile, struct internal_nlist nlist)
972 if (((unsigned) nlist.n_strx + file_string_table_offset) >=
980 namestring = nlist.n_strx + file_string_table_offset +
1188 struct internal_nlist nlist;
1301 INTERNALIZE_SYMBOL (nlist, bufp, abfd);
1316 switch (nlist
872 struct internal_nlist nlist; local
960 set_namestring(struct objfile *objfile, struct internal_nlist nlist) argument
1180 struct internal_nlist nlist; local
2451 struct internal_nlist nlist; local
[all...]
H A Dbsd-kvm.c35 #include <nlist.h>
136 struct nlist nl[2];
H A Dsolib-legacy.c29 /* nlist.h needs to be included before link.h on some older *BSD systems. */
30 #include <nlist.h>
H A Dsolib-sunos.c31 /* SunOS shared libs need the nlist structure. */
219 struct nlist inferior_rtc_nlist;
H A Dconfigure4578 for ac_hdr in nlist.h
8960 #include <nlist.h>
/haiku-fatelf/src/bin/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/haiku-fatelf/src/bin/bash/
H A Darrayfunc.c372 WORD_LIST *list, *nlist; local
400 nlist = list ? expand_words_no_vars (list) : (WORD_LIST *)NULL;
407 return nlist;
411 assign_compound_array_list (var, nlist, flags)
413 WORD_LIST *nlist;
442 for (list = nlist; list; list = list->next)
541 WORD_LIST *nlist; local
546 nlist = expand_compound_array_assignment (var, value, flags);
547 assign_compound_array_list (var, nlist, flags);
549 if (nlist)
[all...]
H A Djobs.c902 JOB **nlist; local
912 nlist = (js.j_jobslots == nsize) ? jobs : (JOB **) xmalloc (nsize * sizeof (JOB *));
922 nlist[j++] = jobs[i];
944 nlist[j] = (JOB *)NULL;
946 if (jobs != nlist)
949 jobs = nlist;
/haiku-fatelf/src/bin/gdb/
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...]
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh3276 # Discover the nlist of each of the dlfiles.
3277 nlist="$output_objdir/${outputname}.nm"
3279 $show "$rm $nlist ${nlist}S ${nlist}T"
3280 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3302 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3308 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetloadavg.c34 FIXUP_KERNEL_SYMBOL_ADDR() Adjust address in returned struct nlist.
35 KERNEL_FILE Name of the kernel file to nlist.
44 HAVE_NLIST_H nlist.h is available. NLIST_STRUCT defaults
46 NLIST_STRUCT Include nlist.h, not a.out.h.
47 N_NAME_POINTER The nlist n_name element is a pointer,
49 HAVE_STRUCT_NLIST_N_UN_N_NAME `n_un.n_name' is member of `struct nlist'.
141 defined to mean that the nlist method should be used, which is not true. */
359 nlist method. */
371 # include <nlist.h>
492 static struct nlist n
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
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...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-dlpi.c106 #include <nlist.h>
1789 static struct nlist nl[] = {
1811 if (nlist(path_vmunix, &nl) < 0) {
1812 snprintf(ebuf, PCAP_ERRBUF_SIZE, "nlist %s failed",
/haiku-fatelf/src/bin/gdb/bfd/
H A Di386os9k.c235 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * sizeof (struct nlist);
H A Dbout.c300 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * sizeof (struct nlist);
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure3006 nlist=conftest.nm
3007 if { (eval echo "$as_me:3007: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
3008 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
3011 (exit $ac_status); } && test -s "$nlist"; then
3013 if sort "$nlist" | uniq > "$nlist"T; then
3014 mv -f "$nlist"T "$nlist"
3016 rm -f "$nlist"T
3020 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure6038 nlist=conftest.nm
6039 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6040 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6043 test $ac_status = 0; } && test -s "$nlist"; then
6045 if sort "$nlist" | uniq > "$nlist"T; then
6046 mv -f "$nlist"T "$nlist"
6048 rm -f "$nlist"T
6052 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure24680 # On Solaris, -lkvm requires nlist from -lelf, so check that first
24989 for ac_header in nlist.h
24991 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
24996 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
25011 #include <nlist.h>
25015 struct nlist x;
[all...]

Completed in 888 milliseconds