Home
last modified time | relevance | path

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

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