Searched refs:dysymtab_command (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c229 struct dysymtab_command *dysymtab;
231 dysymtab = (struct dysymtab_command *)loadcmd;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c539 return sizeof(struct dysymtab_command);
565 struct dysymtab_command *dysymtabhdr = NULL;
578 dysymtabhdr = (struct dysymtab_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c89 struct dysymtab_command *dysymtab_hdr;
642 object->dysymtab_hdr = (struct dysymtab_command *) cmd_hdr;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h880 struct dysymtab_command { struct
882 uint32_t cmdsize; /* sizeof(struct dysymtab_command) */
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4617 struct dysymtab_command * dysymtab = NULL;
4663 dysymtab = (struct dysymtab_command *) getcommandfromheader(mh, LC_DYSYMTAB);

Completed in 109 milliseconds