Home
last modified time | relevance | path

Searched full:loadcommands (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp124 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
133 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
149 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()
172 O.LinkerOptimizationHintCommandIndex = O.LoadCommands.size(); in readLoadCommands()
175 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
178 O.DylibCodeSignDRsIndex = O.LoadCommands.size(); in readLoadCommands()
[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()
104 O.LoadCommands[*LinkEditDataCommandIndex] in totalSize()
112 for (const LoadCommand &LC : O.LoadCommands) in totalSize()
158 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands()
240 for (const LoadCommand &LC : O.LoadCommands) in writeSections()
291 O.LoadCommands[*O.SymTabCommandIndex] in writeStringTable()
302 O.LoadCommands[*O.SymTabCommandIndex] in writeSymbolTable()
321 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
[all …]
H A DMachOObject.cpp43 for (size_t Index = 0, Size = LoadCommands.size(); Index < Size; ++Index) { in updateLoadCommandIndexes()
44 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes()
94 LoadCommands.begin(), LoadCommands.end(), in removeLoadCommands()
96 LoadCommands.erase(It, LoadCommands.end()); in removeLoadCommands()
106 for (LoadCommand &LC : LoadCommands) { in removeSections()
127 for (const LoadCommand &LC : LoadCommands) in removeSections()
149 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress()
194 LoadCommands.push_back(std::move(LC)); in addSegment()
195 return LoadCommands.back(); in addSegment()
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()
242 for (const auto &LC : O.LoadCommands) { in layoutTail()
336 for (LoadCommand &LC : O.LoadCommands) { in layoutTail()
459 O.Header.NCmds = O.LoadCommands.size(); in layout()
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc669 class LoadCommands: public SizedSection { class
671 LoadCommands() : command_count_(0) { } in LoadCommands() function in LoadCommands
677 LoadCommands& CountCommand() { in CountCommand()
684 LoadCommands& Place(SizedSection* section) { in Place()
716 MachOFile& Header(LoadCommands* commands, in Header()
992 LoadCommands load_commands; in TEST_F()
1013 LoadCommands load_commands; in TEST_F()
1046 LoadCommands load_commands; in TEST_F()
1063 LoadCommands load_commands; in TEST_F()
1080 LoadCommands load_commands; in TEST_F()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h233 LoadCommands.push_back(std::move(LC)); in addLoadCommand()
281 for (auto &LC : LoadCommands) in layout()
398 Header.ncmds = Segments.size() + LoadCommands.size(); in writeHeader()
409 for (auto &LC : LoadCommands) in writeLoadCommands()
495 std::vector<std::unique_ptr<MachOBuilderLoadCommandBase>> LoadCommands; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h308 LoadCommands.push_back(std::move(LC));
356 for (auto &LC : LoadCommands)
473 Header.ncmds = Segments.size() + LoadCommands.size();
484 for (auto &LC : LoadCommands)
570 std::vector<std::unique_ptr<MachOBuilderLoadCommandBase>> LoadCommands;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h308 LoadCommands.push_back(std::move(LC));
356 for (auto &LC : LoadCommands)
473 Header.ncmds = Segments.size() + LoadCommands.size();
484 for (auto &LC : LoadCommands)
570 std::vector<std::unique_ptr<MachOBuilderLoadCommandBase>> LoadCommands;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h308 LoadCommands.push_back(std::move(LC));
356 for (auto &LC : LoadCommands)
473 Header.ncmds = Segments.size() + LoadCommands.size();
484 for (auto &LC : LoadCommands)
570 std::vector<std::unique_ptr<MachOBuilderLoadCommandBase>> LoadCommands;
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Ddylib_dylinker_command.yaml13 LoadCommands:
39 #CHECK: LoadCommands:
H A Dload_commands.yaml13 LoadCommands:
139 #CHECK: LoadCommands:
H A Dbogus_load_command.yaml13 LoadCommands:
H A Drebase_opcode.yaml13 LoadCommands:
H A Dweak_bind_opcode.yaml13 LoadCommands:
H A Dbind_opcode.yaml13 LoadCommands:
H A Dexport_trie.yaml13 LoadCommands:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp248 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands()
298 for (auto &LC : Obj.LoadCommands) { in writeSectionData()
404 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { in writeRelocations()
501 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData()
H A DMachOYAML.cpp113 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp189 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands()
231 for (auto &LC : Obj.LoadCommands) { in writeSectionData()
342 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp209 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands()
259 for (auto &LC : Obj.LoadCommands) { in writeSectionData()
394 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData()
H A DMachOYAML.cpp110 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp97 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-ar/Inputs/
H A Dmacho.yaml11 LoadCommands:
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp319 LoadCommands.push_back(Load); in MachOObjectFile()
437 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()
1947 return LoadCommands.begin(); in begin_load_commands()
1952 return LoadCommands.end(); in end_load_commands()

12