Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tests/
H A Dtest_sysctl_kern_procargs_25397314.m213 T_ASSERT_POSIX_SUCCESS(_NSGetExecutablePath(path, &path_size), "get executable path");
263 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
264 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
269 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
270 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
278 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
279 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
308 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
309 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
332 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
[all …]
H A Dmemorystatus_vm_map_fork.c188 char * const executable, in spawn_child_process() argument
198 char * const argv_child[] = { executable, "-n", "child_process", "--", memlimit, NULL }; in spawn_child_process()
209 err = posix_spawn(&child_pid, executable, NULL, &spawn_attrs, argv_child, environ); in spawn_child_process()
/xnu-11215/libsyscall/mach/
H A Derr_libkern.sub75 "(libkern/kext) validation failure (plist/executable)", /* 0xc */
78 "(libkern/kext) requested architecture/executable not found", /* 0xf */
H A Derr_kern.sub108 "(os/unix) invalid executable object format",
126 "(os/unix) executable object is in use",
/xnu-11215/osfmk/arm64/
H A Dhibernate_restore.c370 bool executable = (protection & VM_PROT_EXECUTE); in pal_hib_resume_tramp() local
372 uint64_t map_flags = executable ? MAP_RX : writeable ? MAP_RW : MAP_RO; in pal_hib_resume_tramp()
/xnu-11215/
H A DAPPLE_LICENSE63 scripts used to control compilation and installation of an executable
126 object code, executable form only, You must include a prominent
/xnu-11215/libkern/c++/
H A DOSKext.cpp878 OSSharedPtr<OSData> executable = OSData::withBytesNoCopy( in allocAndInitFakeKext() local
880 assert(executable); in allocAndInitFakeKext()
887 fakeKext->linkedExecutable = os::move(executable); in allocAndInitFakeKext()
2518 OSSharedPtr<OSData> executable; in initWithBooterData() local
2623 executable = OSData::withBytesNoCopy(executableAddr, in initWithBooterData()
2625 if (!executable) { in initWithBooterData()
2637 if (!setExecutable(executable.get(), booterData)) { in initWithBooterData()
3663 OSSharedPtr<OSData> executable; in initWithMkext2Info() local
3691 executable = createMkext2FileEntry(mkextData, in initWithMkext2Info()
3694 if (!executable) { in initWithMkext2Info()
[all …]
/xnu-11215/tools/lldbmacros/
H A DREADME.md41 Current executable set to '/Sources/Symbols/xnu/xnu-2253~2/mach_kernel' (x86_64).
433 The lldbmacros are packaged right into the dSYM for the kernel executable. This makes debugging ver…
/xnu-11215/doc/lifecycle/
H A Dhibernation.md181 such that all of the required XNU code pages are executable, all data pages
/xnu-11215/config/
H A DMASTER117 options MOCKFS # Boot from an executable # <mockfs>
/xnu-11215/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj202 … kdd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex…