Searched refs:textExecBase (Results 1 – 1 of 1) sorted by relevance
4330 uint64_t textExecBase; in lookupKextWithAddress() local4356 …textExecBase = (uintptr_t) getsegdatafromheader((kernel_mach_header_t *)kmod_info->address, "__TEX… in lookupKextWithAddress()4363 textExecBase = (uintptr_t) ml_static_slide((vm_offset_t) textExecBase); in lookupKextWithAddress()4366 if ((textExecBase <= address) && (address < textExecBase + textExecSize)) { in lookupKextWithAddress()