Home
last modified time | relevance | path

Searched refs:LoadCommands (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp42 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 …]
H A DObject.cpp34 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()
H A DMachOReader.cpp123 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 …]
H A DMachOObjcopy.cpp177 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()
H A DMachOLayoutBuilder.cpp28 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()
H A DObject.h301 std::vector<LoadCommand> LoadCommands; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp218 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()
H A DMachOYAML.cpp112 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h131 std::vector<LoadCommand> LoadCommands; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h667 LoadCommandList LoadCommands; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp328 Y->LoadCommands.push_back(std::move(LC)); in dumpLoadCommands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1334 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()