Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 24 of 24) sorted by relevance

/xnu-11215/tests/
H A Dprioritize_process_launch_helper.c183 char *binary = "prioritize_process_launch_helper"; in main() local
184 char *new_argv[] = {binary, "EXIT", NULL}; in main()
185 ret = execve(binary, new_argv, NULL); in main()
205 char *binary = "prioritize_process_launch_helper"; in main() local
206 char *new_argv[] = {binary, "EXIT", NULL}; in main()
208 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
248 char *binary = "prioritize_process_launch_helper"; in main() local
249 char *new_argv[] = {binary, "EXIT", NULL}; in main()
251 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
H A Dprioritize_process_launch.c277 char *binary, in posix_spawn_child_with_watch_ports() argument
283 char *new_argv[] = { binary, arg, NULL}; in posix_spawn_child_with_watch_ports()
293 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in posix_spawn_child_with_watch_ports()
H A DMakefile406 imm_pinned_control_port_crasher_3P_hardened: CODE_SIGN_ENTITLEMENTS = entitlements/hardened-binary-…
434 reply_port_defense_client_3P_hardened: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlem…
1498 print_apple_array_HR1: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlements-1.plist
1504 print_apple_array_HR2: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlements-2.plist
H A Dstackshot_tests.m1559 …ERT_EQ(expected_offset, info->imageLoadAddress, "found matching UUID with matching binary offset");
1565 …d_offset, ((uint64_t) info->imageLoadAddress), "found matching UUID with matching binary offset");
1587 // Get path of stackshot_translated_child helper binary
1646 T_DECL(proc_uuid_info, "tests that the main binary UUID for a proc is always populated", T_META_TAG…
1657 /* Find the UUID of our main binary */
1673 /* Find our binary in the dyld image info array */
1681 T_ASSERT_TRUE(found_image_in_image_infos, "found binary image in dyld image info list");
/xnu-11215/libkern/c++/
H A DOSSerialize.cpp76 if (binary) { in clearText()
93 if (binary) { in previouslySerialized()
122 if (binary) { in addXMLStartTag()
172 if (binary) { in addChar()
H A DOSBoolean.cpp140 if (s->binary) { in serialize()
H A DOSSerializeBinary.cpp64 me->binary = true; in binaryWithCapacity()
/xnu-11215/bsd/crypto/doc/
H A DKernelCrypto.txt25 * Redistribution and use in source and binary forms, with or without
30 * 2. Redistributions in binary form must reproduce the above copyright
69 The free distribution and use of this software in both source and binary
75 2. distributions in binary form include the above copyright
99 The free distribution and use of this software in both source and binary
105 2. distributions in binary form include the above copyright
137 2. binary distributions include the above copyright notice, this list
/xnu-11215/osfmk/conf/
H A Dcopyright.osf6 # This software, both binary and source (hereafter, Software) is
12 # without a fee. Licensee may distribute the binary and source code (if
31 # (2) distribution of the binary code or source code to third parties
/xnu-11215/security/conf/
H A Dcopyright.nai10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
/xnu-11215/makedefs/
H A DMakeInc.san34 # $(2) - Name of the kext variant binary (Kasan_kasan, Kcov, ...)
52 # $(2) - Name of the kext variant binary (Kasan_kasan, Kcov, ...)
/xnu-11215/osfmk/mach/
H A Daudit_triggers.defs6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
H A Dthread_act.defs391 * For userland binary translation to cause specific exceptions
/xnu-11215/bsd/vfs/
H A Dvnode_if.src6 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
/xnu-11215/tools/lldbmacros/plugins/
H A Diosspeedtracer.sh14 …curl -u $USER:$PW -X POST -H "Content-Type: text/plain" -H "Accept: text/plain" --data-binary @${T…
/xnu-11215/iokit/Kernel/
H A DprintPlist70 IOLog("(binary data)\n");
/xnu-11215/libkern/libkern/c++/
H A DOSSerialize.h116 bool binary; variable
/xnu-11215/tests/sched/sched_test_harness/
H A DMakefile38 …EFINES) $(SCHED_HARNESS_DEBUG_FLAGS) $(SCHED_HARNESS_COMPILER_SEARCH_ORDER) -Wno-gnu-binary-literal
/xnu-11215/doc/debugging/
H A Ddebugging.md29 ### Dealing with binary data
32 Some LLDB APIs no longer accept a string in place of binary data in Python 3.
34 ### Accessing large amounts of binary data (or accessing small amounts frequently)
95 All strings are now `unicode` and must be converted between binary data and strings explicitly.
H A Dmacro_testing.md72 all referenced members do exist in the final binary. Broken reference will
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp570 std::ifstream file(path, std::ifstream::binary); in read_file()
/xnu-11215/doc/vm/
H A Dsanitize.md60 behavior for binary compatibility purposes. There are two possible rewrites:
419 rewrites and/or telemetry for binary compatibility.
/xnu-11215/
H A DREADME.md55 This will also create a bootable image, kernel.[config], and a kernel binary
/xnu-11215/tools/lldbmacros/
H A DREADME.md399 …* `ArgumentStringToInt()` is recommended for argument parsing, as it supports binary/octal/decimal…