Searched defs:LoadCmd (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 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() 181 for (auto LoadCmd : Obj.load_commands()) { in dumpLoadCommands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() 120 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 595 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 633 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 764 const char **LoadCmd) { in checkDylibIdCommand() 813 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 913 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 1195 const char **LoadCmd, in checkTwoLevelHintsCommand()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | macho.go | 86 type LoadCmd uint32 type
|