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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h254 #define LC_DYSYMTAB 0xb /* dynamic link-edit symbol table info */ macro
881 uint32_t cmd; /* LC_DYSYMTAB */
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c228 if (loadcmd->cmd == LC_DYSYMTAB) {
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c595 dysymtabhdr->cmd = LC_DYSYMTAB;
H A Dkxld_object.c641 case LC_DYSYMTAB:
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4663 dysymtab = (struct dysymtab_command *) getcommandfromheader(mh, LC_DYSYMTAB);
4749 IOLog("kaslr: LC_DYSYMTAB unslid 0x%lx slid 0x%lx \n",

Completed in 100 milliseconds