Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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 …]
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dmacho2yaml.cpp28 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd,
55 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd,
171 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
210 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
219 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
229 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
238 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in readString()
250 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
259 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
268 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData()
[all …]
/openbsd/src/gnu/llvm/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 …]
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachOUtils.cpp231 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
238 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
257 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp371 const MachOObjectFile::LoadCommandInfo &L, in getSegment()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp1066 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in PrintFunctionStarts()
1083 for (const MachOObjectFile::LoadCommandInfo &LC : O->load_commands()) { in PrintFunctionStarts()
1229 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in GetSegmentNames()