Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.cpp13685 struct fileset_entry_command *fse = NULL;
13691 fse = (struct fileset_entry_command *)lcp;
/xnu-12377.41.6/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-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1204 struct fileset_entry_command { struct
/xnu-12377.41.6/tools/kt-dump/
H A Dkt-dump.cpp547 auto *fec = reinterpret_cast<const fileset_entry_command *>(cmd); in do_fileset()
/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c1105 struct fileset_entry_command *fse = in kalloc_type_view_parse()
1106 (struct fileset_entry_command *)(vm_offset_t)lc; in kalloc_type_view_parse()