Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp100 O.FunctionStartsCommandIndex, O.ChainedFixupsCommandIndex, in totalSize()
569 return writeLinkData(O.ChainedFixupsCommandIndex, O.ChainedFixups); in writeChainedFixupsData()
637 {O.ChainedFixupsCommandIndex, &MachOWriter::writeChainedFixupsData}, in writeTail()
H A DMachOReader.cpp184 O.ChainedFixupsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
326 return readLinkData(O, O.ChainedFixupsCommandIndex, O.ChainedFixups); in readChainedFixups()
H A DMachOObject.h337 std::optional<size_t> ChainedFixupsCommandIndex; member
H A DMachOObject.cpp82 ChainedFixupsCommandIndex = Index; in updateLoadCommandIndexes()