Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5192 const char *ImportsEnd = Contents + ImportsEndOffset; in getDyldChainedFixupTargets() local
5196 if (ImportsEnd > Symbols) in getDyldChainedFixupTargets()
5201 if (ImportsEnd > Symbols) in getDyldChainedFixupTargets()
5209 for (const char *ImportPtr = Imports; ImportPtr < ImportsEnd; in getDyldChainedFixupTargets()