Searched refs:uuid_command (Results 1 – 5 of 5) sorted by relevance
347 MachO::uuid_command UUIDCmd; in generateDsymCompanion()350 UUIDCmd.cmdsize = sizeof(MachO::uuid_command); in generateDsymCompanion()364 LoadCommandSize += sizeof(MachO::uuid_command); in generateDsymCompanion()
353 MachO::uuid_command
803 struct uuid_command { struct1166 inline void swapStruct(uuid_command &u) { in swapStruct()
2035 MachO::uuid_command2037 return getStruct<MachO::uuid_command>(this, L.Ptr); in getUuidCommand()2280 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
7812 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { in PrintUuidLoadCommand()7815 if (uuid.cmdsize != sizeof(struct MachO::uuid_command)) in PrintUuidLoadCommand()8571 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands()