Searched refs:LoadCommands (Results 1 – 12 of 12) sorted by relevance
42 O.LoadCommands[*O.SymTabCommandIndex] in totalSize()51 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()84 O.LoadCommands[*O.DySymTabCommandIndex] in totalSize()94 O.LoadCommands[*O.CodeSignatureCommandIndex] in totalSize()103 O.LoadCommands[*O.DataInCodeCommandIndex] in totalSize()113 O.LoadCommands[*O.FunctionStartsCommandIndex] in totalSize()122 for (const LoadCommand &LC : O.LoadCommands) in totalSize()168 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands()250 for (const LoadCommand &LC : O.LoadCommands) in writeSections()301 O.LoadCommands[*O.SymTabCommandIndex] in writeStringTable()[all …]
34 for (size_t Index = 0, Size = LoadCommands.size(); Index < Size; ++Index) { in updateLoadCommandIndexes()35 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes()60 LoadCommands.begin(), LoadCommands.end(), in removeLoadCommands()62 LoadCommands.erase(It, LoadCommands.end()); in removeLoadCommands()72 for (LoadCommand &LC : LoadCommands) { in removeSections()93 for (const LoadCommand &LC : LoadCommands) in removeSections()115 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress()160 LoadCommands.push_back(std::move(LC)); in addSegment()161 return LoadCommands.back(); in addSegment()
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()[all …]
177 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()196 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()233 Obj.LoadCommands.push_back(buildRPathLoadCommand(RPath)); in processLoadCommands()243 Obj.LoadCommands.insert(Obj.LoadCommands.begin(), in processLoadCommands()257 for (LoadCommand &LC : Obj.LoadCommands) in dumpSectionToFile()291 for (LoadCommand &LC : Obj.LoadCommands) { in addSection()354 for (LoadCommand &LC : Obj.LoadCommands) in handleArgs()
28 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds()119 for (LoadCommand &LC : O.LoadCommands) { in layoutSegments()216 for (LoadCommand &LC : O.LoadCommands) in layoutRelocations()288 for (LoadCommand &LC : O.LoadCommands) { in layoutTail()389 O.Header.NCmds = O.LoadCommands.size(); in layout()
301 std::vector<LoadCommand> LoadCommands; member
218 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands()267 for (auto &LC : Obj.LoadCommands) { in writeSectionData()358 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { in writeRelocations()450 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData()
112 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping()
131 std::vector<LoadCommand> LoadCommands; member
667 LoadCommandList LoadCommands; variable
328 Y->LoadCommands.push_back(std::move(LC)); in dumpLoadCommands()
1334 LoadCommands.push_back(Load); in MachOObjectFile()1676 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()4149 return LoadCommands.begin(); in begin_load_commands()4154 return LoadCommands.end(); in end_load_commands()