Home
last modified time | relevance | path

Searched refs:tmpSize (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/
H A DOSKextLib.cpp499 uint64_t tmpSize; in telemetry_backtrace_add_kexts()
505 tmpSize = summary->text_exec_size; in telemetry_backtrace_add_kexts()
508 tmpSize = summary->size; in telemetry_backtrace_add_kexts()
512 uuid, tmpAddr, tmpAddr + tmpSize - 1); in telemetry_backtrace_add_kexts()
/xnu-11215/libkern/c++/
H A DOSKext.cpp15886 uint64_t tmpSize; local
15896 tmpSize = summary->text_exec_size;
15899 tmpSize = summary->size;
15907 tmpAddr, tmpAddr + tmpSize - 1);
15941 tmpSize = rinfo->size;
15946 tmpSize = dependencySummary->text_exec_size;
15954 rinfo->name, rinfo->version, uuid, tmpAddr, tmpAddr + tmpSize - 1);