Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/i386/
H A Di386_vm_init.c308 struct dysymtab_command *dysymtab; in i386_vm_init()
310 dysymtab = (struct dysymtab_command *)loadcmd; in i386_vm_init()
/xnu-8020.121.3/libkern/kxld/
H A Dkxld_reloc.c572 return sizeof(struct dysymtab_command); in kxld_reloc_get_macho_header_size()
599 struct dysymtab_command *dysymtabhdr = NULL; in kxld_reloc_export_macho()
612 dysymtabhdr = (struct dysymtab_command *) ((void *) (buf + *header_offset)); in kxld_reloc_export_macho()
H A Dkxld_object.c94 struct dysymtab_command *dysymtab_hdr;
730 object->dysymtab_hdr = (struct dysymtab_command *) cmd_hdr; in init_from_final_linked_image()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h917 struct dysymtab_command { struct
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp6024 struct dysymtab_command * dysymtab = NULL; in slidePrelinkedExecutable()
6082 dysymtab = (struct dysymtab_command *) getcommandfromheader(mh, LC_DYSYMTAB); in slidePrelinkedExecutable()