Home
last modified time | relevance | path

Searched refs:LoadCommandInfo (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h189 struct LoadCommandInfo { struct
193 typedef SmallVector<LoadCommandInfo, 4> LoadCommandList; argument
336 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
342 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
344 getSegmentLoadCommand(const LoadCommandInfo &L) const;
346 getSegment64LoadCommand(const LoadCommandInfo &L) const;
348 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
350 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
352 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h264 struct LoadCommandInfo { struct
268 using LoadCommandList = SmallVector<LoadCommandInfo, 4>; argument
489 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
490 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
495 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
497 getSegmentLoadCommand(const LoadCommandInfo &L) const;
499 getSegment64LoadCommand(const LoadCommandInfo &L) const;
501 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
503 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
505 getNoteLoadCommand(const LoadCommandInfo &L) const;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h408 struct LoadCommandInfo { struct
412 using LoadCommandList = SmallVector<LoadCommandInfo, 4>; argument
645 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
646 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
651 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
653 getSegmentLoadCommand(const LoadCommandInfo &L) const;
655 getSegment64LoadCommand(const LoadCommandInfo &L) const;
657 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
659 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
661 getNoteLoadCommand(const LoadCommandInfo &L) const;
[all …]
/external/llvm/lib/Object/
DMachOObjectFile.cpp76 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
171 static Expected<MachOObjectFile::LoadCommandInfo>
178 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()
183 static Expected<MachOObjectFile::LoadCommandInfo>
187 if (sizeof(MachOObjectFile::LoadCommandInfo) > Obj->getHeader().sizeofcmds) in getFirstLoadCommandInfo()
193 static Expected<MachOObjectFile::LoadCommandInfo>
195 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()
198 if (L.Ptr + L.C.cmdsize + sizeof(MachOObjectFile::LoadCommandInfo) > in getNextLoadCommandInfo()
224 const MachOObjectFile *Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
291 LoadCommandInfo Load; in MachOObjectFile()
[all …]
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp26 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd);
87 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
109 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
116 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
124 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
132 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in readString()
143 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
150 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
157 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp94 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
186 static Expected<MachOObjectFile::LoadCommandInfo>
196 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()
201 static Expected<MachOObjectFile::LoadCommandInfo>
211 static Expected<MachOObjectFile::LoadCommandInfo>
213 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()
278 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
402 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand()
460 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand()
593 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp97 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
189 static Expected<MachOObjectFile::LoadCommandInfo>
199 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()
204 static Expected<MachOObjectFile::LoadCommandInfo>
214 static Expected<MachOObjectFile::LoadCommandInfo>
216 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()
281 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
405 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand()
463 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand()
596 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand()
[all …]
/external/llvm/tools/dsymutil/
DMachOUtils.cpp206 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
213 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
227 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOReader.cpp61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp334 const MachOObjectFile::LoadCommandInfo &L, in getSegment()