Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp4330 uint64_t textExecBase; in lookupKextWithAddress() local
4356textExecBase = (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()