Searched refs:ld (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | exclaves_log.c | 77 oslogdarwin_logdata_data(const oslogdarwin_logdata_s *ld, uint8_t *ld_data, size_t ld_data_size) in oslogdarwin_logdata_data() argument 81 logbyte__v_visit(&ld->data, ^(size_t i, const uint8_t item) { in oslogdarwin_logdata_data() 96 os_log_replay_log(const oslogdarwin_logdata_s *ld, uint8_t *ld_data, size_t ld_data_size) in os_log_replay_log() argument 98 firehose_stream_t stream = (firehose_stream_t)ld->stream; in os_log_replay_log() 99 const size_t ld_size = oslogdarwin_logdata_data(ld, ld_data, ld_data_size); in os_log_replay_log() 100 if (ld_size > ld_data_size || ld->pubsize > ld_size) { in os_log_replay_log() 102 panic("ld_size:%lu was >: %lu or <=: %hu", ld_size, ld_data_size, ld->pubsize); in os_log_replay_log() 110 .ftid_value = ld->ftid in os_log_replay_log() 116 …if (stream != firehose_stream_metadata || !os_log_encoded_metadata(ftid, ld->stamp, ld_data, ld_si… in os_log_replay_log() 122 if (!os_log_encoded_log(stream, ftid, ld->stamp, ld_data, ld_size, ld->pubsize)) { in os_log_replay_log() [all …]
|
| /xnu-12377.41.6/tools/ |
| H A D | xcrun_cache.sh | 216 rsync -aq $(dirname "${TOOLPATH}")/ld $(dirname "${NEWTOOLPATH}")/ld
|
| /xnu-12377.41.6/tests/ |
| H A D | disk_mount_conditioner.m | 298 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "DMC disabled read(%ld) is reasonably fast", READS… 311 …T_ASSERT_GT_ULLONG(elapsed_nsec, expected_nsec, "DMC enabled read(%ld) is at least the expected de… 312 …T_ASSERT_LT_ULLONG(elapsed_nsec, 2 * expected_nsec, "DMC enabled read(%ld) is no more than twice t… 322 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "After disabling DMC read(%ld) is reasonably fast"… 534 T_QUIET; T_ASSERT_EQ_LONG(ret, READSIZE, "read %ld bytes from temporary file", READSIZE);
|
| H A D | stackshot_tests.m | 2096 T_LOG("server: recieved %ld byte message", size);
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | printPlist | 61 IOLog("0x%lx (%ld base 10)\n", numberValue, numberValue);
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | machine_routines_asm.h | 64 dmb ld
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.kernel | 36 # run ld -r on only the LTO bitcode object files to produce one mach-o for KCB to use, which is add… 37 # to the static link archive, along with the non-LTO objects (not linked, since ld -r on mach-o obj…
|