Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5069 const char *LastSegEnd = nullptr; in getChainedFixupsSegments() local
5086 if (LastSegEnd && SegPtr < LastSegEnd) in getChainedFixupsSegments()
5095 LastSegEnd = SegPtr + Seg.size; in getChainedFixupsSegments()