Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/kxld/
H A Dkxld_sym.c857 kxld_sym_export_macho_32(const KXLDSym *sym, u_char *_nl, char *strtab, in kxld_sym_export_macho_32() argument
861 struct nlist *nl = (struct nlist *) ((void *) _nl); in kxld_sym_export_macho_32()
898 kxld_sym_export_macho_64(const KXLDSym *sym, u_char *_nl, char *strtab, in kxld_sym_export_macho_64() argument
902 struct nlist_64 *nl = (struct nlist_64 *) ((void *) _nl); in kxld_sym_export_macho_64()