Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/c++/
H A DOSRuntime.cpp404 struct fileset_entry_command *fse; in OSRuntimeSignStructorsInFileset()
407 fse = (struct fileset_entry_command *)(uintptr_t)lc; in OSRuntimeSignStructorsInFileset()
H A DOSKext.cpp12409 struct fileset_entry_command *fse = NULL;
12415 fse = (struct fileset_entry_command *)lcp;
/xnu-8020.121.3/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-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1204 struct fileset_entry_command { struct
/xnu-8020.121.3/osfmk/kern/
H A Dkalloc.c959 struct fileset_entry_command *fse = in kalloc_type_view_parse()
960 (struct fileset_entry_command *)(vm_offset_t)lc; in kalloc_type_view_parse()