Lines Matching full:loadcommands
123 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
142 O.SymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()
145 O.DySymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()
149 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()
152 O.DataInCodeCommandIndex = O.LoadCommands.size(); in readLoadCommands()
155 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
185 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()
219 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo()
223 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()
266 O.LoadCommands[*LCIndex].MachOLoadCommand.linkedit_data_command_data; in readLinkData()
303 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion()