Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_symtab.c441 u_long nlistsize = 0; in kxld_symtab_export_macho() local
475 nlistsize = sizeof(struct nlist); in kxld_symtab_export_macho()
477 nlistsize = sizeof(struct nlist_64); in kxld_symtab_export_macho()
481 (symtabhdr->nsyms * nlistsize)); in kxld_symtab_export_macho()
498 nl += nlistsize; in kxld_symtab_export_macho()
503 *data_offset += (symtabhdr->nsyms * nlistsize) + stroff; in kxld_symtab_export_macho()