| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile.x86_64 | 26 WKdmDecompress_new.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping 27 WKdmData_new.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping 28 hibernate_restore.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping 29 bcopy.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping 30 bzero.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
|
| H A D | Makefile.arm64 | 38 $(1)_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrng.h | 18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out); 60 ((rng)->generate((struct ccrng_state *)(rng), (outlen), (out)))
|
| H A D | ccdrbg_impl.h | 57 int (*CC_SPTR(ccdrbg_info, generate))(struct ccdrbg_state *drbg,
|
| H A D | cckprng.h | 128 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
|
| /xnu-12377.41.6/libsa/conf/ |
| H A D | Makefile.template | 109 CXXFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CXXFLAGS_GEN)) 111 CFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CFLAGS_GEN))
|
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 213 generate(struct ccdrbg_state *ctx, size_t out_nbytes, void *out, size_t add_nbytes, const void *add) in generate() function 270 info->generate = generate; in ccdrbg_factory_nisthmac()
|
| H A D | ccdrbg.c | 81 return info->generate(drbg, dataOutLength, dataOut, additionalLength, additional); in ccdrbg_generate()
|
| /xnu-12377.41.6/config/ |
| H A D | Kasan_disabled.exports | 2 # so we generate an empty export list for non-KASan.
|
| /xnu-12377.41.6/iokit/conf/ |
| H A D | Makefile.x86_64 | 19 IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
|
| H A D | Makefile.arm64 | 23 IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.top | 203 # generate TARGET_CONFIGS using KERNEL_CONFIGS and PRODUCT_CONFIGS 207 # generate TARGET_CONFIGS for all kernel configs for B&I 210 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map 215 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map 220 # generate TARGET_CONFIGS for all kernel configs and products in the device map 225 # generate TARGET_CONFIGS for B&I release builds 231 # generate TARGET_CONFIGS for B&I development builds 237 # generate TARGET_CONFIGS for all kernel configs for B&I 243 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults…
|
| H A D | MakeInc.rule | 511 # Compilation rules to generate .o from .s 520 # Compilation rules to generate .o from .c for normal files 531 # Compilation rules to generate .o from .c for driver files 541 # Compilation rules to generate .co from .cp or .cpo from .cpp
|
| H A D | MakeInc.def | 426 # __static_testable makes some static function not static and generate these warnings 675 -mllvm -hwasan-generate-tags-with-calls=1 \ 1226 CFLAGS_GEN += -fprofile-instr-generate -DPROFILE 1227 CXXFLAGS_GEN += -fprofile-instr-generate -DPROFILE 1242 CFLAGS_GEN += -fprofile-instr-generate -fcoverage-mapping 1243 CXXFLAGS_GEN += -fprofile-instr-generate -fcoverage-mapping
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | mach_notify.defs | 31 * But its existence keeps us from having MIG generate the client-side
|
| H A D | mach_port.defs | 290 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send- 292 * to the port. If zero, will generate a send-possible 295 * generate a dead-name notification if name is already dead
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1211 int generate) 1221 generate = 1; 1224 if (generate) {
|
| /xnu-12377.41.6/doc/observability/ |
| H A D | cpu_counters.md | 16 2. In "sampling" mode, the counters are programmed to generate a Performance Monitor Interrupt (PMI…
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | Makefile | 197 $(_v)$(TIGHTBEAMC) build generate-c --output-base $@ --codegen-version 2 $^
|
| /xnu-12377.41.6/tools/tests/testkext/testkext.xcodeproj/ |
| H A D | project.pbxproj | 293 OTHER_CFLAGS = "-fprofile-instr-generate"; 340 OTHER_CFLAGS = "-fprofile-instr-generate";
|
| /xnu-12377.41.6/doc/building/ |
| H A D | bound_checks.md | 67 for all other kernel configurations failing bounds checks generate a telemetry event 70 generate a telemetry event instead of panicking; for all other kernel configurations 161 rather be doing. On the other hand, "soft traps" generate telemetry without
|
| /xnu-12377.41.6/osfmk/prng/ |
| H A D | prng_random.c | 455 prng_funcs.generate(prng_ctx, cpu_number(), n, buffer); in read_random_generate()
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | sanitize.md | 25 will generate a compiler error. 311 may also be used to generate new golden files. Test results may also be 318 Libsystem or that Libsystem intercepts. For MIG entry points we generate our
|
| /xnu-12377.41.6/iokit/DriverKit/ |
| H A D | OSAction.iig | 73 * to generate the callback.
|
| /xnu-12377.41.6/tests/ |
| H A D | arm_mte_compress.c | 218 gen_test(const char* name, int num_runs, int min_opt, int max_opt, void (^generate)(uint8_t *buf, i… 226 generate(buf, num_options);
|