| /mirbsd/src/sys/ddb/ |
| D | db_aout.c | 103 struct nlist *sym_start, *sym_end; 104 struct nlist *sp; 126 sym_start = (struct nlist *)vsymtab; 127 sym_end = (struct nlist *)((char *)sym_start + symsize); 180 struct nlist *sp, *ep; 183 sp = (struct nlist *)stab->start; 184 ep = (struct nlist *)stab->end; 204 struct nlist *symp = 0; 205 struct nlist *sp, *ep; 207 sp = (struct nlist *)symtab->start; [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 874 struct internal_nlist nlist; in dbx_next_symbol_text() local 880 INTERNALIZE_SYMBOL (nlist, &symbuf[symbuf_idx], symfile_bfd); in dbx_next_symbol_text() 885 return nlist.n_strx + stringtab_global + file_string_table_offset; in dbx_next_symbol_text() 962 set_namestring (struct objfile *objfile, struct internal_nlist nlist) in set_namestring() argument 966 if (((unsigned) nlist.n_strx + file_string_table_offset) >= in set_namestring() 974 namestring = nlist.n_strx + file_string_table_offset + in set_namestring() 1182 struct internal_nlist nlist; in read_dbx_symtab() local 1295 INTERNALIZE_SYMBOL (nlist, bufp, abfd); in read_dbx_symtab() 1310 switch (nlist.n_type) in read_dbx_symtab() 1319 nlist.n_value += ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in read_dbx_symtab() [all …]
|
| D | vax-nat.c | 100 struct nlist names[2]; in _initialize_vax_nat() 104 if (nlist (_PATH_UNIX, names) == 0) in _initialize_vax_nat()
|
| /mirbsd/src/include/ |
| D | link_aout.h | 49 struct nlist nlist; member 51 #define nz_un nlist.n_un 52 #define nz_strx nlist.n_un.n_strx 53 #define nz_name nlist.n_un.n_name 54 #define nz_type nlist.n_type 55 #define nz_value nlist.n_value 56 #define nz_desc nlist.n_desc 57 #define nz_other nlist.n_other
|
| D | nlist.h | 47 struct nlist { struct 84 int nlist(const char *, struct nlist *); argument
|
| /mirbsd/src/lib/libc/gen/ |
| D | nlist.c | 54 int __fdnlist(int, struct nlist *); 55 int __aout_fdnlist(int, struct nlist *); 56 int __ecoff_fdnlist(int, struct nlist *); 57 int __elf_fdnlist(int, struct nlist *); 66 __aout_fdnlist(int fd, struct nlist *list) in __aout_fdnlist() 68 struct nlist *p, *s; in __aout_fdnlist() 74 struct nlist nbuf[1024]; in __aout_fdnlist() 172 __ecoff_fdnlist(int fd, struct nlist *list) in __ecoff_fdnlist() 174 struct nlist *p; in __ecoff_fdnlist() 301 __elf_fdnlist(int fd, struct nlist *list) in __elf_fdnlist() [all …]
|
| D | fnlist.c | 51 int __fnlist(FILE *, struct nlist *); 52 int __aout_fnlist(FILE *, struct nlist *); 53 int __elf_fnlist(FILE *, struct nlist *); 101 __aout_fnlist(FILE *f, struct nlist *list) in __aout_fnlist() 103 struct nlist *p, *s; in __aout_fnlist() 109 struct nlist nbuf[1024]; in __aout_fnlist() 195 __elf_fnlist(FILE *f, struct nlist *list) in __elf_fnlist() 197 struct nlist *p; in __elf_fnlist() 356 int (*fn)(FILE *f, struct nlist *list); 367 __fnlist(FILE *f, struct nlist *list) in __fnlist()
|
| /mirbsd/src/lib/libkvm/ |
| D | kvm_i386.c | 89 struct nlist nlist[2]; in _kvm_initvtop() local 98 nlist[0].n_name = "_PTDpaddr"; in _kvm_initvtop() 99 nlist[1].n_name = 0; in _kvm_initvtop() 101 if (kvm_nlist(kd, nlist) != 0) { in _kvm_initvtop() 109 (off_t)_kvm_pa2off(kd, nlist[0].n_value - KERNBASE)) != sizeof pa) in _kvm_initvtop()
|
| D | kvm.c | 69 extern int __fdnlist(int, struct nlist *); 70 extern int __fnlist(FILE *, struct nlist *); 684 struct nlist nitem; in kvm_dbopen() 733 if (rec.data == 0 || rec.size != sizeof(struct nlist)) in kvm_dbopen() 753 kvm_nlist(kvm_t *kd, struct nlist *nl) in kvm_nlist() 755 struct nlist *p; in kvm_nlist() 796 if (rec.data == 0 || rec.size != sizeof(struct nlist)) in kvm_nlist() 803 (char *)&((struct nlist *)rec.data)->n_type, in kvm_nlist() 806 (char *)&((struct nlist *)rec.data)->n_value, in kvm_nlist() 818 struct nlist nlist[2]; in kvm_dump_inval() local [all …]
|
| D | kvm_getloadavg.c | 56 static struct nlist nl[] = { 74 struct nlist *p; in kvm_getloadavg()
|
| /mirbsd/src/usr.bin/pmdb/ |
| D | aout_syms.c | 50 struct nlist *ash_symtab; 183 struct nlist *s, *bests = NULL; in aout_name_and_off() 190 nsyms = ash->ash_symsize / sizeof(struct nlist); in aout_name_and_off() 216 static struct nlist * 221 struct nlist *s = NULL; in aout_lookup_table() 223 nsyms = ash->ash_symsize / sizeof(struct nlist); in aout_lookup_table() 241 struct nlist *s; in aout_lookup() 281 struct nlist *s; in aout_update()
|
| /mirbsd/src/usr.bin/oldroff/neqn/ |
| D | pile.c | 52 int bi, hi, i, gap, h, b, nlist, nlist2, mid; local 60 nlist = p2 - p1; 61 nlist2 = (nlist+1)/2; 66 eht[yyval] = h + (nlist-1)*gap; 70 ebase[yyval] = (nlist%2) ? b + ebase[lp[mid]]
|
| /mirbsd/src/usr.sbin/config/ |
| D | ukc.h | 60 struct nlist nl[] = { 89 struct nlist knl[] = { 128 extern struct nlist nl[];
|
| D | ukc.c | 52 extern struct nlist knl[]; 79 ret = nlist(file, nl); in ukc()
|
| /mirbsd/src/usr.bin/mail/ |
| D | names.c | 406 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand() argument 416 return(nlist); in gexpand() 426 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand() 440 nlist = put(nlist, np); in gexpand() 443 return(nlist); in gexpand()
|
| /mirbsd/src/gnu/share/ |
| D | ltmain.sh | 4641 $show "$rm $nlist ${nlist}S ${nlist}T" 4642 $run $rm "$nlist" "${nlist}S" "${nlist}T" 4664 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" 4670 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4674 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' 4675 $run eval '$mv "$nlist"T "$nlist"' 4679 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' 4680 $run eval '$mv "$nlist"T "$nlist"' 4687 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol… 4696 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 106 struct nlist struct 111 struct nlist * n_next; argument
|
| /mirbsd/src/bin/ps/ |
| D | extern.h | 35 struct nlist; 60 void nlisterr(struct nlist *);
|
| D | nlist.c | 57 struct nlist psnl[] = { 147 nlisterr(struct nlist nl[]) in nlisterr()
|
| D | Makefile | 5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
|
| /mirbsd/src/sbin/modload/ |
| D | modload.c | 165 struct nlist names[2]; in verify_entry() 178 n = nlist(filename, names); in verify_entry() 497 struct nlist names[2]; in verify_kernel() 512 n = nlist(filename, names); in verify_kernel()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-bout.h | 116 struct nlist struct 121 struct nlist *n_next; argument 131 typedef struct nlist obj_symbol_type; argument
|
| D | aout_gnu.h | 221 struct nlist struct 226 struct nlist *n_next; argument
|
| /mirbsd/src/distrib/common/ |
| D | elfrdsetroot.c | 196 struct nlist wantsyms[] = { 207 if (nlist(file, wantsyms)) { in find_rd_root_image()
|
| /mirbsd/src/usr.sbin/kvm_mkdb/ |
| D | Makefile | 4 SRCS= kvm_mkdb.c nlist.c testdb.c
|