Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.81.5/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h76 struct nlist { struct
312 extern int nlist (const char *filename, struct nlist *list);
H A DMakefile13 nlist.h \
/xnu-10002.81.5/libkern/kxld/
H A Dkxld_symtab.c187 struct nlist *src_syms = (struct nlist *) ((void *) (macho + offset)); in init_syms_32()
418 size += nsyms * sizeof(struct nlist); in kxld_symtab_get_macho_data_size()
475 nlistsize = sizeof(struct nlist); in kxld_symtab_export_macho()
H A Dkxld_util.c297 struct nlist *symtab = NULL; in validate_and_swap_macho_32()
438 symtab = (struct nlist *) ((void *) (file + symtab_hdr->symoff)); in validate_and_swap_macho_32()
673 struct nlist *symtab = NULL; in unswap_macho_32()
705 symtab = (struct nlist*) ((void *) (file + symtab_hdr->symoff)); in unswap_macho_32()
H A Dkxld_sym.h39 struct nlist;
83 const struct nlist *src) __attribute__((nonnull, visibility("hidden")));
H A Dkxld_sym.c67 kxld_sym_init_from_macho32(KXLDSym *sym, char *strtab, const struct nlist *src) in kxld_sym_init_from_macho32()
861 struct nlist *nl = (struct nlist *) ((void *) _nl); in kxld_sym_export_macho_32()
/xnu-10002.81.5/libkern/libkern/
H A Dkernel_mach_header.h70 typedef struct nlist kernel_nlist_t;
/xnu-10002.81.5/bsd/kern/
H A Dmcache.c726 mcache_obj_t *nlist; in mcache_free_ext() local
753 nlist = list->obj_next; in mcache_free_ext()
759 if ((list = nlist) != NULL) { in mcache_free_ext()
1007 mcache_obj_t *nlist; in mcache_slab_free() local
1014 nlist = list->obj_next; in mcache_slab_free()
1036 if ((list = nlist) == NULL) { in mcache_slab_free()
H A Duipc_mbuf.c3013 mcache_obj_t *nlist; in mbuf_slab_free() local
3022 nlist = list->obj_next; in mbuf_slab_free()
3026 if ((list = nlist) == NULL) { in mbuf_slab_free()
/xnu-10002.81.5/SETUP/kextsymboltool/
H A Dkextsymboltool.c788 segcmd.vmsize = result_count * sizeof(struct nlist) + strtabpad; in main()
797 symcmd.stroff = result_count * sizeof(struct nlist) in main()
882 struct nlist nl; in main()