Searched refs:textExecSize (Results 1 – 1 of 1) sorted by relevance
4331 size_t textExecSize; in lookupKextWithAddress() local4356 …_t) getsegdatafromheader((kernel_mach_header_t *)kmod_info->address, "__TEXT_EXEC", &textExecSize); in lookupKextWithAddress()4366 if ((textExecBase <= address) && (address < textExecBase + textExecSize)) { in lookupKextWithAddress()