Searched refs:LoadCommandInfo (Results 1 – 5 of 5) sorted by relevance
264 struct LoadCommandInfo { struct506 getNoteLoadCommand(const LoadCommandInfo &L) const;516 getDylinkerCommand(const LoadCommandInfo &L) const;518 getUuidCommand(const LoadCommandInfo &L) const;520 getRpathCommand(const LoadCommandInfo &L) const;524 getEntryPointCommand(const LoadCommandInfo &L) const;534 getSubLibraryCommand(const LoadCommandInfo &L) const;536 getSubClientCommand(const LoadCommandInfo &L) const;538 getRoutinesCommand(const LoadCommandInfo &L) const;540 getRoutinesCommand64(const LoadCommandInfo &L) const;[all …]
93 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()185 static Expected<MachOObjectFile::LoadCommandInfo>195 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()200 static Expected<MachOObjectFile::LoadCommandInfo>210 static Expected<MachOObjectFile::LoadCommandInfo>212 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()854 const MachOObjectFile::LoadCommandInfo &Load, in parseBuildVersionCommand()1291 LoadCommandInfo Load; in MachOObjectFile()4359 MachOObjectFile::getUuidCommand(const LoadCommandInfo &L) const { in getUuidCommand()4364 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand()[all …]
61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
358 const MachOObjectFile::LoadCommandInfo &L, in getSegment()
1047 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in PrintFunctionStarts()1064 for (const MachOObjectFile::LoadCommandInfo &LC : O->load_commands()) { in PrintFunctionStarts()