Home
last modified time | relevance | path

Searched refs:fileset_entry_command (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/libkern/c++/
H A DOSRuntime.cpp416 struct fileset_entry_command *fse; in OSRuntimeSignStructorsInFileset()
419 fse = (struct fileset_entry_command *)(uintptr_t)lc; in OSRuntimeSignStructorsInFileset()
H A DOSKext.cpp13635 struct fileset_entry_command *fse = NULL;
13641 fse = (struct fileset_entry_command *)lcp;
/xnu-10063.141.1/osfmk/mach/
H A Ddyld_kernel_fixups.h403 struct fileset_entry_command *fse; in kernel_collection_adjust_mh_addrs()
421 fse = (struct fileset_entry_command *)(uintptr_t)lc; in kernel_collection_adjust_mh_addrs()
/xnu-10063.141.1/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1204 struct fileset_entry_command { struct
/xnu-10063.141.1/tools/kt-dump/
H A Dkt-dump.cpp547 auto *fec = reinterpret_cast<const fileset_entry_command *>(cmd); in do_fileset()
/xnu-10063.141.1/osfmk/kern/
H A Dkalloc.c989 struct fileset_entry_command *fse = in kalloc_type_view_parse()
990 (struct fileset_entry_command *)(vm_offset_t)lc; in kalloc_type_view_parse()