Searched refs:textEnd (Results 1 – 1 of 1) sorted by relevance
177 uintptr_t textEnd) in OSRuntimeCallStructorsInSection() argument214 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() local277 textEnd = 0; in OSRuntimeFinalizeCPP()293 textEnd = textStart + kmodInfo->size; in OSRuntimeFinalizeCPP()451 uintptr_t textEnd; in OSRuntimeInitializeCPP() local454 textEnd = 0; in OSRuntimeInitializeCPP()472 textEnd = textStart + kmodInfo->size; in OSRuntimeInitializeCPP()[all …]