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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h25 /* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
64 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
76 struct nlist { struct
175 * the undefined symbols in the symbol table (the nlist structures) are marked
182 * The implementation of marking nlist structures in the symbol table for
185 * of an nlist structure for an undefined symbol to determine the type of
222 * undefined references from module defined in another use the same nlist struct
304 * The function nlist(3) from the C library.
306 extern int nlist (const char *filename, struct nlist *lis
[all...]
H A DMakefile15 nlist.h \
/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h48 #include <mach-o/nlist.h>
70 typedef struct nlist kernel_nlist_t;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.h39 struct nlist;
83 const struct nlist *src) __attribute__((nonnull, visibility("hidden")));
H A Dkxld_symtab.c30 #include <mach-o/nlist.h>
188 struct nlist *src_syms = (struct nlist *) ((void *) (macho + offset));
419 size += nsyms * sizeof(struct nlist);
474 nlistsize = sizeof(struct nlist);
H A Dkxld_util.c31 #include <mach-o/nlist.h>
280 struct nlist *symtab = NULL;
415 symtab = (struct nlist *) ((void *) (file + symtab_hdr->symoff));
632 struct nlist *symtab = NULL;
662 symtab = (struct nlist*) ((void *) (file + symtab_hdr->symoff));
H A Dkxld_sym.c31 #include <mach-o/nlist.h>
67 kxld_sym_init_from_macho32(KXLDSym *sym, char *strtab, const struct nlist *src)
859 struct nlist *nl = (struct nlist *) ((void *) _nl);
H A Dkxld_kext.c33 #include <mach-o/nlist.h>
H A Dkxld_object.c49 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c687 mcache_obj_t *nlist; local
712 nlist = list->obj_next;
721 if ((list = nlist) != NULL)
950 mcache_obj_t *nlist; local
966 nlist = list->obj_next;
988 if ((list = nlist) == NULL)
H A Dkern_symfile.c56 #include <mach-o/nlist.h>
H A Duipc_mbuf.c2005 mcache_obj_t *nlist; local
2014 nlist = list->obj_next;
2018 if ((list = nlist) == NULL)
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c90 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c39 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/tools/lockstat/
H A Dlockstat.c14 #include <nlist.h>
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c41 #include <mach-o/nlist.h>
751 symcmd.stroff = result_count * sizeof(struct nlist)
830 struct nlist nl;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c40 #include <mach-o/nlist.h>
941 struct nlist *sym = NULL;
974 sym = (struct nlist *)(orig_le->vmaddr + orig_st->symoff - orig_le->fileoff);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c39 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c504 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c39 #include <mach-o/nlist.h>
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c117 #include <mach-o/nlist.h>

Completed in 185 milliseconds