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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h92 struct nlist_64 { struct
/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h60 typedef struct nlist_64 kernel_nlist_t;
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c732 symcmd.stroff = result_count * sizeof(struct nlist_64)
800 struct nlist_64 nl;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c1459 struct nlist_64 *sym = NULL;
1492 sym = (struct nlist_64 *)(orig_le->vmaddr + orig_st->symoff - orig_le->fileoff);

Completed in 29 milliseconds