Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h47 struct LoadCommandInfo { struct
68 LoadCommandInfo *LoadCommands; argument
139 const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const;
142 const LoadCommandInfo &LCI,
145 const LoadCommandInfo &LCI,
148 const LoadCommandInfo &LCI,
151 const LoadCommandInfo &LCI,
154 const LoadCommandInfo &LCI,
161 const LoadCommandInfo &LCI,
165 const LoadCommandInfo &LCI,
DMachO.h26 typedef MachOObject::LoadCommandInfo LoadCommandInfo; typedef
/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/lib/Object/
DMachOObject.cpp86 LoadCommands = new LoadCommandInfo[getHeader().NumLoadCommands]; in MachOObject()
141 const MachOObject::LoadCommandInfo &
151 const LoadCommandInfo &Prev = getLoadCommandInfo(Index - 1); in getLoadCommandInfo()
155 LoadCommandInfo &Info = LoadCommands[Index]; in getLoadCommandInfo()
182 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand()
200 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand()
214 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, in ReadSymtabLoadCommand()
242 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, in ReadDysymtabLoadCommand()
254 void MachOObject::ReadLinkeditDataLoadCommand(const LoadCommandInfo &LCI, in ReadLinkeditDataLoadCommand()
285 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection()
[all …]
DMachOObjectFile.cpp61 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSymbol()
77 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbolTableEntry()
92 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSymbol64TableEntry()
282 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSection()
312 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection()
328 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSection64()
334 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in is64BitLoadCommand()
347 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName()
357 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in getSectionName()
/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/tools/macho-dump/
Dmacho-dump.cpp128 const MachOObject::LoadCommandInfo &LCI) { in DumpSegmentCommand()
164 const MachOObject::LoadCommandInfo &LCI) { in DumpSegment64Command()
215 const MachOObject::LoadCommandInfo &LCI) { in DumpSymtabCommand()
266 const MachOObject::LoadCommandInfo &LCI) { in DumpDysymtabCommand()
314 const MachOObject::LoadCommandInfo &LCI) { in DumpLinkeditDataCommand()
337 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index); in DumpLoadCommand()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h129 const MachOObject::LoadCommandInfo *SegmentLCI,
132 const MachOObject::LoadCommandInfo *SegmentLCI,
DRuntimeDyldMachO.cpp136 const MachOObject::LoadCommandInfo *SegmentLCI, in loadSegment32()
275 const MachOObject::LoadCommandInfo *SegmentLCI, in loadSegment64()
423 const MachOObject::LoadCommandInfo *SegmentLCI = 0, *SymtabLCI = 0, in loadObject()
426 const MachOObject::LoadCommandInfo &LCI = Obj->getLoadCommandInfo(i); in loadObject()
/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/tools/llvm-objdump/
DMachODump.cpp222 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); in getSectionsAndSymbols()
310 const MachOObject::LoadCommandInfo *SymtabLCI = 0; in DisassembleInputMachO()
313 const MachOObject::LoadCommandInfo &LCI = MachOObj->getLoadCommandInfo(i); in DisassembleInputMachO()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp334 const MachOObjectFile::LoadCommandInfo &L, in getSegment()