Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/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.c296 struct nlist *symtab = NULL; in validate_and_swap_macho_32()
437 symtab = (struct nlist *) ((void *) (file + symtab_hdr->symoff)); in validate_and_swap_macho_32()
672 struct nlist *symtab = NULL; in unswap_macho_32()
704 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-12377.41.6/libkern/libkern/
H A Dkernel_mach_header.h70 typedef struct nlist kernel_nlist_t;
/xnu-12377.41.6/bsd/kern/
H A Dmcache.c729 mcache_obj_t *nlist; in mcache_free_ext() local
756 nlist = list->obj_next; in mcache_free_ext()
762 if ((list = nlist) != NULL) { in mcache_free_ext()
1010 mcache_obj_t *nlist; in mcache_slab_free() local
1017 nlist = list->obj_next; in mcache_slab_free()
1039 if ((list = nlist) == NULL) { in mcache_slab_free()
H A Duipc_mbuf_mcache.c1702 mcache_obj_t *nlist; in mbuf_slab_free() local
1711 nlist = list->obj_next; in mbuf_slab_free()
1715 if ((list = nlist) == NULL) { in mbuf_slab_free()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_mteinfo.c1053 mte_cell_list_t nlist = &mte_info_lists[nidx]; in cell_list_requeue() local
1059 if (cell_queue_insert_tail(&nlist->buckets[nbucket], cell)) { in cell_list_requeue()
1060 bit_set(nlist->mask, nbucket); in cell_list_requeue()
1064 nlist->buckets[nbucket].head.cell_count++; in cell_list_requeue()
1066 if (olist != nlist) { in cell_list_requeue()
1068 nlist->count++; in cell_list_requeue()
/xnu-12377.41.6/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()