Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/mach-o/
H A Dloader.h274 #define LC_DYSYMTAB 0xb /* dynamic link-edit symbol table info */ macro
/xnu-8796.121.2/osfmk/i386/
H A Di386_vm_init.c307 if (loadcmd->cmd == LC_DYSYMTAB) { in i386_vm_init()
/xnu-8796.121.2/libkern/kxld/
H A Dkxld_reloc.c637 dysymtabhdr->cmd = LC_DYSYMTAB; in kxld_reloc_export_macho()
H A Dkxld_object.c734 case LC_DYSYMTAB: in init_from_final_linked_image()
/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp6816 dysymtab = (struct dysymtab_command *) getcommandfromheader(mh, LC_DYSYMTAB); in slidePrelinkedExecutable()