Searched refs:nlist (Results 1 – 10 of 10) sorted by relevance
76 struct nlist { struct312 extern int nlist (const char *filename, struct nlist *list);
13 nlist.h \
187 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()
297 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()
39 struct nlist;83 const struct nlist *src) __attribute__((nonnull, visibility("hidden")));
67 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()
70 typedef struct nlist kernel_nlist_t;
726 mcache_obj_t *nlist; in mcache_free_ext() local753 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() local1014 nlist = list->obj_next; in mcache_slab_free()1036 if ((list = nlist) == NULL) { in mcache_slab_free()
3013 mcache_obj_t *nlist; in mbuf_slab_free() local3022 nlist = list->obj_next; in mbuf_slab_free()3026 if ((list = nlist) == NULL) { in mbuf_slab_free()
788 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()