Searched refs:_nl (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c855 kxld_sym_export_macho_32(const KXLDSym *sym, u_char *_nl, char *strtab, argument
859 struct nlist *nl = (struct nlist *) ((void *) _nl);
896 kxld_sym_export_macho_64(const KXLDSym *sym, u_char *_nl, char *strtab, argument
900 struct nlist_64 *nl = (struct nlist_64 *) ((void *) _nl);

Completed in 21 milliseconds