Home
last modified time | relevance | path

Searched defs:LoadCmd (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp62 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
122 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp603 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() argument
641 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() argument
772 const char **LoadCmd) { in checkDylibIdCommand() argument
821 const char **LoadCmd, cons in checkVersCommand() argument
921 checkEncryptCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,uint64_t cryptoff,uint64_t cryptsize,const char ** LoadCmd,const char * CmdName) checkEncryptCommand() argument
1203 checkTwoLevelHintsCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,const char ** LoadCmd,std::list<MachOElement> & Elements) checkTwoLevelHintsCommand() argument
2078 getSegmentContents(const MachOObjectFile & Obj,MachOObjectFile::LoadCommandInfo LoadCmd,StringRef SegmentName) getSegmentContents() argument
2094 getSegmentContents(const MachOObjectFile & Obj,MachOObjectFile::LoadCommandInfo LoadCmd) getSegmentContents() argument
2108 for (auto LoadCmd : load_commands()) { getSegmentContents() local
2131 for (auto LoadCmd : load_commands()) { getSegmentContents() local
[all...]