Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1039 DYLD_CHAINED_PTR_START_NONE = 0xFFFF, enumerator
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp2109 starts[i] = DYLD_CHAINED_PTR_START_NONE; in writeTo()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3338 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1307 if (PageStart == MachO::DYLD_CHAINED_PTR_START_NONE) in PrintChainedFixupsSegment()