Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp34 for (size_t Index = 0, Size = LoadCommands.size(); Index < Size; ++Index) { in updateLoadCommandIndexes()
35 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes()
82 LoadCommands.begin(), LoadCommands.end(), in removeLoadCommands()
84 LoadCommands.erase(It, LoadCommands.end()); in removeLoadCommands()
94 for (LoadCommand &LC : LoadCommands) { in removeSections()
115 for (const LoadCommand &LC : LoadCommands) in removeSections()
137 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress()
182 LoadCommands.push_back(std::move(LC)); in addSegment()
183 return LoadCommands.back(); in addSegment()
H A DMachOReader.cpp124 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
133 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
159 O.SymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()
162 O.DySymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()
166 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()
169 O.DataInCodeCommandIndex = O.LoadCommands.size(); in readLoadCommands()
178 O.ExportsTrieCommandIndex = O.LoadCommands.size(); in readLoadCommands()
211 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()
245 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo()
249 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()
[all …]
H A DMachOWriter.cpp47 O.LoadCommands[*O.SymTabCommandIndex] in totalSize()
56 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()
89 O.LoadCommands[*O.DySymTabCommandIndex] in totalSize()
111 for (const LoadCommand &LC : O.LoadCommands) in totalSize()
290 O.LoadCommands[*O.SymTabCommandIndex] in writeStringTable()
301 O.LoadCommands[*O.SymTabCommandIndex] in writeSymbolTable()
321 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
333 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()
345 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()
357 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeLazyBindInfo()
[all …]
H A DMachOObjcopy.cpp186 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()
205 for (LoadCommand &LC : Obj.LoadCommands) { in processLoadCommands()
242 Obj.LoadCommands.push_back(buildRPathLoadCommand(RPath)); in processLoadCommands()
252 Obj.LoadCommands.insert(Obj.LoadCommands.begin(), in processLoadCommands()
280 for (LoadCommand &LC : Obj.LoadCommands) in dumpSectionToFile()
309 for (LoadCommand &LC : Obj.LoadCommands) { in addSection()
334 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) { in findSection()
337 if (FoundSeg == O.LoadCommands.end()) in findSection()
413 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()
315 for (LoadCommand &LC : O.LoadCommands) { in layoutTail()
434 O.Header.NCmds = O.LoadCommands.size(); in layout()
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A Dlc-ident.yaml13 LoadCommands:
19 # CHECK: LoadCommands:
H A Dbuild_version_command.yaml13 LoadCommands:
26 CHECK: LoadCommands:
H A Ddylib_dylinker_command.yaml13 LoadCommands:
39 #CHECK: LoadCommands:
H A Dsection_data.yaml17 LoadCommands:
76 LoadCommands:
136 LoadCommands:
H A DDWARF-pubsections.yaml19 LoadCommands:
141 LoadCommands:
204 LoadCommands:
/llvm-project-15.0.7/lldb/test/API/commands/target/basic/
H A Dbogus.yaml32 LoadCommands:
82 LoadCommands:
132 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/llvm-lipo/Inputs/
H A Di386-x86_64-armv7-arm64-universal.yaml36 LoadCommands:
124 LoadCommands:
211 LoadCommands:
287 LoadCommands:
H A Di386-x86_64-universal.yaml26 LoadCommands:
114 LoadCommands:
H A Darmv7_i386_non_default_alignment.yaml26 LoadCommands:
113 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Dcpu-subtype-matching.test38 LoadCommands:
95 LoadCommands:
176 LoadCommands:
234 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Ddarwin-m.test40 LoadCommands:
87 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dmin_watchos_version_lc.yaml10 LoadCommands:
H A Dmin_iphoneos_version_lc.yaml10 LoadCommands:
H A Dmin_macos_version_lc.yaml10 LoadCommands:
H A Dmin_tvos_version_lc.yaml10 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dupdate-section.test42 LoadCommands:
79 LoadCommands:
H A Dencrypt_info_lc.test14 LoadCommands:
H A Dencrypt_info_64_lc.test15 LoadCommands:
H A Dload-commands.yaml10 LoadCommands:
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dlc_build_version.test4 CHECK: LoadCommands:

12345678