Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp62 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()
139 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
155 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
202 switch (LoadCmd.C.cmd) { in readLoadCommands()
208 if (LoadCmd.C.cmdsize > sizeof(MachO::load_command)) in readLoadCommands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp609 if (*LoadCmd != nullptr) in checkLinkeditDataCommand()
634 *LoadCmd = Load.Ptr; in checkLinkeditDataCommand()
646 if (*LoadCmd != nullptr) in checkDyldInfoCommand()
733 *LoadCmd = Load.Ptr; in checkDyldInfoCommand()
776 if (*LoadCmd != nullptr) in checkDylibIdCommand()
782 *LoadCmd = Load.Ptr; in checkDylibIdCommand()
825 if (*LoadCmd != nullptr) in checkVersCommand()
829 *LoadCmd = Load.Ptr; in checkVersCommand()
922 if (*LoadCmd != nullptr) in checkEncryptCommand()
937 *LoadCmd = Load.Ptr; in checkEncryptCommand()
[all …]