Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkern/c++/
H A DOSRuntime.cpp406 struct fileset_entry_command *fse; in OSRuntimeSignStructorsInFileset()
409 fse = (struct fileset_entry_command *)(uintptr_t)lc; in OSRuntimeSignStructorsInFileset()
H A DOSKext.cpp13497 struct fileset_entry_command *fse = NULL;
13503 fse = (struct fileset_entry_command *)lcp;
/xnu-10002.41.9/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-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1204 struct fileset_entry_command { struct
/xnu-10002.41.9/tools/kt-dump/
H A Dkt-dump.cpp547 auto *fec = reinterpret_cast<const fileset_entry_command *>(cmd); in do_fileset()
/xnu-10002.41.9/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()