Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp181 O.ChainedFixupsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
315 return readLinkData(O, O.ChainedFixupsCommandIndex, O.ChainedFixups); in readChainedFixups()
H A DMachOWriter.cpp100 O.ChainedFixupsCommandIndex, O.ExportsTrieCommandIndex}) in totalSize()
564 return writeLinkData(O.ChainedFixupsCommandIndex, O.ChainedFixups); in writeChainedFixupsData()
623 {O.ChainedFixupsCommandIndex, &MachOWriter::writeChainedFixupsData}, in writeTail()
H A DMachOObject.h338 Optional<size_t> ChainedFixupsCommandIndex; member
H A DMachOObject.cpp70 ChainedFixupsCommandIndex = Index; in updateLoadCommandIndexes()