Searched refs:LoadCmd (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 62 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() argument 65 for (auto Curr = reinterpret_cast<const SectionType *>(LoadCmd.Ptr + in extractSections() 67 End = reinterpret_cast<const SectionType *>(LoadCmd.Ptr + in extractSections() 68 LoadCmd.C.cmdsize); in extractSections() 122 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local 124 switch (LoadCmd.C.cmd) { in readLoadCommands() 133 LoadCmd.Ptr + offsetof(MachO::segment_command, segname))) == in readLoadCommands() 139 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands() 149 LoadCmd.Ptr + offsetof(MachO::segment_command_64, segname))) == in readLoadCommands() 155 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 603 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() argument 609 if (*LoadCmd != nullptr) in checkLinkeditDataCommand() 634 *LoadCmd = Load.Ptr; in checkLinkeditDataCommand() 641 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() argument 646 if (*LoadCmd != nullptr) in checkDyldInfoCommand() 733 *LoadCmd = Load.Ptr; in checkDyldInfoCommand() 772 const char **LoadCmd) { in checkDylibIdCommand() argument 776 if (*LoadCmd != nullptr) in checkDylibIdCommand() 782 *LoadCmd = Load.Ptr; in checkDylibIdCommand() 821 const char **LoadCmd, const char *CmdName) { in checkVersCommand() argument [all …]
|