Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformAIX.c52 unsigned long CurTextEnd = CurTextStart + CurInfo->ldinfo_textsize; in FindBinaryId() local
53 if (CurTextStart <= EntryAddr && EntryAddr < CurTextEnd) { in FindBinaryId()