Searched defs:LoadCmd (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 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() 277 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 319 for (auto LoadCmd : Obj.load_commands()) { in dumpLoadCommands() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 598 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 636 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 767 const char **LoadCmd) { in checkDylibIdCommand() 816 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 916 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 1198 const char **LoadCmd, in checkTwoLevelHintsCommand() 2071 MachOObjectFile::LoadCommandInfo LoadCmd, in getSegmentContents() 2087 MachOObjectFile::LoadCommandInfo LoadCmd) { in getSegmentContents() 2101 for (auto LoadCmd : load_commands()) { in getSegmentContents() local 2124 for (auto LoadCmd : load_commands()) { in getSegmentContents() local
|