Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.121.3/osfmk/kern/
H A Dexclaves_log.c75 oslogdarwin_logdata_data(const oslogdarwin_logdata_s *ld, uint8_t *ld_data, size_t ld_data_size) in oslogdarwin_logdata_data() argument
79 logbyte__v_visit(&ld->data, ^(size_t i, const uint8_t item) { in oslogdarwin_logdata_data()
94 os_log_replay_log(const oslogdarwin_logdata_s *ld, uint8_t *ld_data, size_t ld_data_size) in os_log_replay_log() argument
96 const size_t ld_size = oslogdarwin_logdata_data(ld, ld_data, ld_data_size); in os_log_replay_log()
98 assert3u(ld->pubsize, <=, ld_size); in os_log_replay_log()
101 .ftid_value = ld->ftid in os_log_replay_log()
107 if (!os_log_encoded_metadata(ftid, ld->stamp, ld_data, ld_size)) { in os_log_replay_log()
114 if (!os_log_encoded_log(ftid, ld->stamp, ld_data, ld_size, ld->pubsize)) { in os_log_replay_log()
121 if (!os_log_encoded_signpost(ftid, ld->stamp, ld_data, ld_size, ld->pubsize)) { in os_log_replay_log()
205 os_log_replay_redacted_log(const oslogdarwin_redactedlogdata_s *ld) in os_log_replay_redacted_log() argument
[all …]
/xnu-10063.121.3/tools/
H A Dxcrun_cache.sh216 rsync -aq $(dirname "${TOOLPATH}")/ld $(dirname "${NEWTOOLPATH}")/ld
/xnu-10063.121.3/iokit/Kernel/
H A DprintPlist61 IOLog("0x%lx (%ld base 10)\n", numberValue, numberValue);
/xnu-10063.121.3/osfmk/arm64/
H A Dmachine_routines_asm.h64 dmb ld
/xnu-10063.121.3/makedefs/
H A DMakeInc.kernel36 # 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…
/xnu-10063.121.3/tests/
H A Dstackshot_tests.m1990 T_LOG("server: recieved %ld byte message", size);