Searched refs:LoadCommandInfo (Results 1 – 6 of 6) sorted by relevance
408 struct LoadCommandInfo { struct664 getNoteLoadCommand(const LoadCommandInfo &L) const;674 getDylinkerCommand(const LoadCommandInfo &L) const;676 getUuidCommand(const LoadCommandInfo &L) const;678 getRpathCommand(const LoadCommandInfo &L) const;682 getEntryPointCommand(const LoadCommandInfo &L) const;692 getSubLibraryCommand(const LoadCommandInfo &L) const;694 getSubClientCommand(const LoadCommandInfo &L) const;696 getRoutinesCommand(const LoadCommandInfo &L) const;698 getRoutinesCommand64(const LoadCommandInfo &L) const;[all …]
97 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()191 static Expected<MachOObjectFile::LoadCommandInfo>201 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()206 static Expected<MachOObjectFile::LoadCommandInfo>217 static Expected<MachOObjectFile::LoadCommandInfo>219 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()863 const MachOObjectFile::LoadCommandInfo &Load, in parseBuildVersionCommand()1302 LoadCommandInfo Load; in MachOObjectFile()4707 MachOObjectFile::getUuidCommand(const LoadCommandInfo &L) const { in getUuidCommand()4712 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand()[all …]
55 auto getOSVersion = [&](const MachOObjectFile::LoadCommandInfo &cmd) { in constructTriples()
62 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
371 const MachOObjectFile::LoadCommandInfo &L, in getSegment()
1040 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in PrintFunctionStarts()1057 for (const MachOObjectFile::LoadCommandInfo &LC : O->load_commands()) { in PrintFunctionStarts()1203 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in GetSegmentNames()