Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp49 if (O.DyLdInfoCommandIndex) { in totalSize()
51 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()
328 if (!O.DyLdInfoCommandIndex) in writeRebaseInfo()
331 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
340 if (!O.DyLdInfoCommandIndex) in writeBindInfo()
343 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()
352 if (!O.DyLdInfoCommandIndex) in writeWeakBindInfo()
355 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()
364 if (!O.DyLdInfoCommandIndex) in writeLazyBindInfo()
367 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeLazyBindInfo()
[all …]
DObject.h323 Optional<size_t> DyLdInfoCommandIndex; member
DObject.cpp47 DyLdInfoCommandIndex = Index; in updateLoadCommandIndexes()
DMachOReader.cpp149 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()