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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c800 struct nlist_64 nl; local
802 nl.n_sect = 0;
803 nl.n_desc = 0;
804 nl.n_un.n_strx = strx;
808 nl.n_desc |= N_DESC_DISCARDED;
813 nl.n_type = N_INDR | N_EXT;
814 nl.n_value = strx;
819 nl.n_type = N_UNDF | N_EXT;
820 nl.n_value = 0;
824 swap_nlist_64(&nl,
830 struct nlist nl; local
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c859 struct nlist *nl = (struct nlist *) ((void *) _nl); local
864 check(nl);
872 nl->n_type = sym->type;
873 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0;
874 nl->n_desc = sym->desc;
875 nl->n_un.n_strx = (uint32_t) *stroff;
876 nl->n_value = (uint32_t) sym->link_addr;
878 nl->n_value &= ~0x1U;
900 struct nlist_64 *nl = (struct nlist_64 *) ((void *) _nl); local
905 check(nl);
[all...]
H A Dkxld_sym.h229 kern_return_t kxld_sym_export_macho_32(const KXLDSym *sym, u_char *nl,
235 kern_return_t kxld_sym_export_macho_64(const KXLDSym *sym, u_char *nl,
H A Dkxld_symtab.c441 u_char *nl = NULL; local
486 nl = buf + symtabhdr->symoff;
496 sym, nl, strtab, &stroff, symtabhdr->strsize);
499 nl += nlistsize;
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c910 const char *nl = ""; local
965 source_dir, (int)(tp-np), np, nl);
966 fprintf(f, "\t${S_RULE_2}%s\n", nl);
1063 source_dir, (int)(tp-np), np, och_upper, extras, nl);
1064 fprintf(f, "\t${%c_RULE_2%s}%s\n", och_upper, extras, nl);
1065 fprintf(f, "\t${%c_RULE_3%s}%s\n", och_upper, extras, nl);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c605 getattrlist_findnamecomp(const char *mn, const char **np, ssize_t *nl) argument
615 *nl = 0;
627 *nl = cp - *np;
634 *nl = cp - *np;

Completed in 30 milliseconds