Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp41 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 …]
H A DObject.cpp33 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()
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.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 …]
H A DMachOObjcopy.cpp179 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()
H A DMachOLayoutBuilder.cpp27 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()
H A DObject.h304 std::vector<LoadCommand> LoadCommands; member
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h131 std::vector<LoadCommand> LoadCommands; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h667 LoadCommandList LoadCommands; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1333 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()