Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() argument
64 for (auto Curr = reinterpret_cast<const SectionType *>(LoadCmd.Ptr + in extractSections()
66 End = reinterpret_cast<const SectionType *>(LoadCmd.Ptr + in extractSections()
67 LoadCmd.C.cmdsize); in extractSections()
121 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local
123 switch (LoadCmd.C.cmd) { in readLoadCommands()
132 LoadCmd.Ptr + offsetof(MachO::segment_command, segname))) == in readLoadCommands()
138 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
148 LoadCmd.Ptr + offsetof(MachO::segment_command_64, segname))) == in readLoadCommands()
154 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp604 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() argument
610 if (*LoadCmd != nullptr) in checkLinkeditDataCommand()
635 *LoadCmd = Load.Ptr; in checkLinkeditDataCommand()
642 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() argument
647 if (*LoadCmd != nullptr) in checkDyldInfoCommand()
734 *LoadCmd = Load.Ptr; in checkDyldInfoCommand()
773 const char **LoadCmd) { in checkDylibIdCommand() argument
777 if (*LoadCmd != nullptr) in checkDylibIdCommand()
783 *LoadCmd = Load.Ptr; in checkDylibIdCommand()
822 const char **LoadCmd, const char *CmdName) { in checkVersCommand() argument
[all …]