Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp53 if (O.DyLdInfoCommandIndex) { in totalSize()
55 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()
317 if (!O.DyLdInfoCommandIndex) in writeRebaseInfo()
320 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
329 if (!O.DyLdInfoCommandIndex) in writeBindInfo()
332 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()
341 if (!O.DyLdInfoCommandIndex) in writeWeakBindInfo()
344 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()
353 if (!O.DyLdInfoCommandIndex) in writeLazyBindInfo()
356 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeLazyBindInfo()
[all …]
H A DMachOObject.h328 std::optional<size_t> DyLdInfoCommandIndex; member
H A DMachOObject.cpp81 DyLdInfoCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp167 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()