Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp4331 size_t textExecSize; in lookupKextWithAddress() local
4356 …_t) getsegdatafromheader((kernel_mach_header_t *)kmod_info->address, "__TEXT_EXEC", &textExecSize); in lookupKextWithAddress()
4366 if ((textExecBase <= address) && (address < textExecBase + textExecSize)) { in lookupKextWithAddress()