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

/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h92 struct nlist_64 { struct
/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h60 typedef struct nlist_64 kernel_nlist_t;
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.h40 struct nlist_64;
88 const struct nlist_64 *src) __attribute__((nonnull, visibility("hidden")));
H A Dkxld_symtab.c215 struct nlist_64 *src_syms = (struct nlist_64 *) ((void *) (macho + offset));
421 size += nsyms * sizeof(struct nlist_64);
476 nlistsize = sizeof(struct nlist_64);
H A Dkxld_util.c451 struct nlist_64 *symtab = NULL;
584 symtab = (struct nlist_64 *) ((void *) (file + symtab_hdr->symoff));
688 struct nlist_64 *symtab = NULL;
718 symtab = (struct nlist_64 *) ((void *) (file + symtab_hdr->symoff));
H A Dkxld_sym.c102 kxld_sym_init_from_macho64(KXLDSym *sym, char *strtab, const struct nlist_64 *src)
900 struct nlist_64 *nl = (struct nlist_64 *) ((void *) _nl);
/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c753 segcmd.vmsize = result_count * sizeof(struct nlist_64) + strtabpad;
762 symcmd.stroff = result_count * sizeof(struct nlist_64)
861 struct nlist_64 nl;

Completed in 63 milliseconds