Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSRuntime.cpp177 uintptr_t textEnd) in OSRuntimeCallStructorsInSection() argument
214 if ((value >= textStart) && (value < textEnd)) { in OSRuntimeCallStructorsInSection()
220 if ((value < textStart) || (value >= textEnd)) { in OSRuntimeCallStructorsInSection()
242 || (textEnd && (value >= textEnd))) { in OSRuntimeCallStructorsInSection()
274 uintptr_t textEnd; in OSRuntimeFinalizeCPP() local
277 textEnd = 0; in OSRuntimeFinalizeCPP()
293 textEnd = textStart + kmodInfo->size; in OSRuntimeFinalizeCPP()
451 uintptr_t textEnd; in OSRuntimeInitializeCPP() local
454 textEnd = 0; in OSRuntimeInitializeCPP()
472 textEnd = textStart + kmodInfo->size; in OSRuntimeInitializeCPP()
[all …]