Searched refs:nlist (Results 1 – 11 of 11) 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()
296 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()
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;
729 mcache_obj_t *nlist; in mcache_free_ext() local756 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() local1017 nlist = list->obj_next; in mcache_slab_free()1039 if ((list = nlist) == NULL) { in mcache_slab_free()
1702 mcache_obj_t *nlist; in mbuf_slab_free() local1711 nlist = list->obj_next; in mbuf_slab_free()1715 if ((list = nlist) == NULL) { in mbuf_slab_free()
1053 mte_cell_list_t nlist = &mte_info_lists[nidx]; in cell_list_requeue() local1059 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()
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()