Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5193 for (const char *ImportPtr = Imports; ImportPtr < ImportsEnd; in getDyldChainedFixupTargets() local
5194 ImportPtr += ImportSize) { in getDyldChainedFixupTargets()
5201 auto RawValue = getArray<uint32_t, 1>(*this, ImportPtr); in getDyldChainedFixupTargets()
5210 auto RawValue = getArray<uint32_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()
5219 auto RawValue = getArray<uint64_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()