Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp86 if (O.DySymTabCommandIndex) { in totalSize()
88 O.LoadCommands[*O.DySymTabCommandIndex] in totalSize()
377 if (!O.DySymTabCommandIndex) in writeIndirectSymbolTable()
381 O.LoadCommands[*O.DySymTabCommandIndex] in writeIndirectSymbolTable()
618 if (O.DySymTabCommandIndex) { in writeTail()
620 O.LoadCommands[*O.DySymTabCommandIndex] in writeTail()
H A DMachOObject.h330 std::optional<size_t> DySymTabCommandIndex; member
H A DMachOObject.cpp77 DySymTabCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp163 O.DySymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()