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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c124 #include <ddb/nlist.h> /* a.out symbol table */
145 (sp = (struct nlist *)((symtab) + 1), \
146 ep = (struct nlist *)((char *)sp + *(symtab)))
155 register struct nlist *sym_start, *sym_end;
156 register struct nlist *sp;
214 struct nlist *sp;
247 struct nlist *
249 register struct nlist *sp;
250 struct nlist *ep;
253 struct nlist **f
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dnlist.h106 * nlist.h - symbol table entry structure for an a.out file
114 struct nlist { struct
H A Ddb_aout.c77 #include <ddb/nlist.h> /* a.out symbol table */
85 private boolean_t aout_db_eq_name(struct nlist *, char *, int);
105 (sp = (struct nlist *)(((vm_offset_t *)(symtab)) + 1), \
106 ep = (struct nlist *)((char *)sp + *((int *)(symtab))))
115 struct nlist *sym1 = (struct nlist *) s1;
116 struct nlist *sym2 = (struct nlist *) s2;
130 return (((struct nlist *) sym1)->n_value -
131 ((struct nlist *) sym
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsymbols.c57 #include <mach-o/nlist.h>
62 static const struct nlist *
63 syms_find(const struct nlist *syms, int nsyms, vm_offset_t addr,
66 const struct nlist *best = 0;
91 const struct nlist *sp)
117 const struct nlist *syms;
158 syms = (const struct nlist *) (((const char *) mh) + sc->symoff);
162 syms = (const struct nlist *) le->vmaddr;
164 (le->vmaddr + sc->nsyms * sizeof(struct nlist));
168 const struct nlist *s
[all...]
H A Dkmod.c57 #include <mach-o/nlist.h>
1392 symtab_size = (orig_symtab->nsyms * sizeof(struct nlist)) +
1487 symtab->stroff = offset + symtab->nsyms * sizeof(struct nlist);
1493 struct nlist * sym = (struct nlist *) orig_linkedit->vmaddr;
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A DMakefile16 nlist.h \
H A Dnlist.h30 /* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
69 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
79 struct nlist { struct
171 * the undefined symbols in the symbol table (the nlist structures) are marked
178 * The implementation of marking nlist structures in the symbol table for
181 * of an nlist structure for an undefined symbol to determine the type of
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c36 #include <mach-o/nlist.h>
196 struct nlist *fSymbol;
203 struct nlist *fSymbol;
211 const struct nlist *fVTableSym;
229 struct nlist *fSymbolBase;
230 struct nlist *fLocalSyms;
252 static const struct nlist *
390 symbolname(const struct fileRecord *file, const struct nlist *sym)
538 struct nlist ** syms =
539 (struct nlist **)DataGetPt
[all...]
H A Dload.c59 #include <mach-o/nlist.h>
70 #include <mach-o/nlist.h>
527 struct nlist * sym;
568 sym = (struct nlist *) (cmd + 1);
596 sym = (struct nlist *) (cmd + 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c41 #include <mach-o/nlist.h>
330 struct nlist *sym = NULL;
380 sym = (struct nlist *)orig_le->vmaddr;
381 strings = ((char *)sym) + orig_st->nsyms * sizeof(struct nlist);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c523 #include <mach-o/nlist.h>
547 struct nlist *sym = NULL;
580 sym = (struct nlist *)orig_le->vmaddr;
581 strings = ((char *)sym) + orig_st->nsyms * sizeof(struct nlist);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c40 #include <mach-o/nlist.h>
400 struct nlist *sym = NULL;
450 sym = (struct nlist *)orig_le->vmaddr;
451 strings = ((char *)sym) + orig_st->nsyms * sizeof(struct nlist);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c678 mcache_obj_t *nlist; local
700 nlist = list->obj_next;
706 if ((list = nlist) != NULL)
935 mcache_obj_t *nlist; local
951 nlist = list->obj_next;
973 if ((list = nlist) == NULL)
H A Dkern_symfile.c56 #include <mach-o/nlist.h>
H A Duipc_mbuf.c1497 mcache_obj_t *nlist; local
1506 nlist = list->obj_next;
1510 if ((list = nlist) == NULL)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c118 #include <mach-o/nlist.h>
840 struct nlist *sym = NULL;
889 sym = (struct nlist *)orig_le->vmaddr;
890 strings = ((char *)sym) + orig_st->nsyms * sizeof(struct nlist);
/macosx-10.5.8/xnu-1228.15.4/tools/lockstat/
H A Dlockstat.c14 #include <nlist.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c39 #include <mach-o/nlist.h>

Completed in 138 milliseconds