Searched refs:LoadCommands (Results 1 – 11 of 11) sorted by relevance
41 O.LoadCommands[*O.SymTabCommandIndex] in totalSize()50 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()83 O.LoadCommands[*O.DySymTabCommandIndex] in totalSize()131 for (const LoadCommand &LC : O.LoadCommands) in totalSize()310 O.LoadCommands[*O.SymTabCommandIndex] in writeStringTable()321 O.LoadCommands[*O.SymTabCommandIndex] in writeSymbolTable()341 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()353 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()365 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()377 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeLazyBindInfo()[all …]
33 for (size_t Index = 0, Size = LoadCommands.size(); Index < Size; ++Index) { in updateLoadCommandIndexes()34 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes()62 LoadCommands.begin(), LoadCommands.end(), in removeLoadCommands()64 LoadCommands.erase(It, LoadCommands.end()); in removeLoadCommands()74 for (LoadCommand &LC : LoadCommands) { in removeSections()95 for (const LoadCommand &LC : LoadCommands) in removeSections()117 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress()162 LoadCommands.push_back(std::move(LC)); in addSegment()163 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.LinkerOptimizationHintCommandIndex = O.LoadCommands.size(); in readLoadCommands()158 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()188 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()222 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo()226 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()[all …]
179 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()198 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()235 Obj.LoadCommands.push_back(buildRPathLoadCommand(RPath)); in processLoadCommands()245 Obj.LoadCommands.insert(Obj.LoadCommands.begin(), in processLoadCommands()259 for (LoadCommand &LC : Obj.LoadCommands) in dumpSectionToFile()293 for (LoadCommand &LC : Obj.LoadCommands) { in addSection()356 for (LoadCommand &LC : Obj.LoadCommands) in handleArgs()
27 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds()118 for (LoadCommand &LC : O.LoadCommands) { in layoutSegments()215 for (LoadCommand &LC : O.LoadCommands) in layoutRelocations()290 for (LoadCommand &LC : O.LoadCommands) { in layoutTail()396 O.Header.NCmds = O.LoadCommands.size(); in layout()
304 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
1333 LoadCommands.push_back(Load); in MachOObjectFile()1675 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()4155 return LoadCommands.begin(); in begin_load_commands()4160 return LoadCommands.end(); in end_load_commands()