Home
last modified time | relevance | path

Searched refs:loadSize (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h141 uint32_t loadSize; member
/xnu-11215/libkern/c++/
H A DOSKext.cpp5220 *loadSize = linkedExecutable->getLength(); in getSizeInfo()
5228 *wiredSize = *loadSize; in getSizeInfo()
5232 *loadSize = 0; in getSizeInfo()
12459 uint32_t loadSize = 0; local
12477 loadSize = (uint32_t)kmod_info->size;
12480 loadSize = linkedExecutable->getLength();
12502 wiredSize = loadSize;
12511 loadSize = execLoadSize = 1;
12526 && loadAddress && loadSize) {
12557 (unsigned long long)(loadSize),
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h888 virtual void getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize);
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp882 ke->kext->getSizeInfo(&stats->loadSize, &stats->wiredSize); in copyKextStatistics()