Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp48 if (O.DyLdInfoCommandIndex) { in totalSize()
50 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()
338 if (!O.DyLdInfoCommandIndex) in writeRebaseInfo()
341 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
350 if (!O.DyLdInfoCommandIndex) in writeBindInfo()
353 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()
362 if (!O.DyLdInfoCommandIndex) in writeWeakBindInfo()
365 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()
374 if (!O.DyLdInfoCommandIndex) in writeLazyBindInfo()
377 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeLazyBindInfo()
[all …]
DObject.h327 Optional<size_t> DyLdInfoCommandIndex; member
DObject.cpp44 DyLdInfoCommandIndex = Index; in updateLoadCommandIndexes()
DMachOReader.cpp149 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()