Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/SETUP/kextsymboltool/
H A Dkextsymboltool.c856 struct nlist_64 nl; in main() local
882 struct nlist nl; in main() local
/xnu-12377.41.6/libkern/kxld/
H A Dkxld_sym.c861 struct nlist *nl = (struct nlist *) ((void *) _nl); in kxld_sym_export_macho_32() local
902 struct nlist_64 *nl = (struct nlist_64 *) ((void *) _nl); in kxld_sym_export_macho_64() local
H A Dkxld_symtab.c440 u_char *nl = NULL; in kxld_symtab_export_macho() local
/xnu-12377.41.6/SETUP/config/
H A Dmkmakefile.c828 const char *nl = ""; in do_rules() local
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c957 getattrlist_findnamecomp(const char *mn, const char **np, ssize_t *nl) in getattrlist_findnamecomp()