Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/
H A Ddyld_kernel_fixups.h214 uint64_t textVMAddr = 0; in kernel_collection_slide() local
258 textVMAddr = seg->vmaddr; in kernel_collection_slide()
267 uintptr_t slide = (uintptr_t)mh - (uintptr_t)textVMAddr; in kernel_collection_slide()