Searched refs:uuid_command (Results 1 – 5 of 5) sorted by relevance
359 MachO::uuid_command
806 struct uuid_command { struct1171 inline void swapStruct(uuid_command &u) { in swapStruct()
2338 MachO::uuid_command2340 return getStruct<MachO::uuid_command>(this, L.Ptr); in getUuidCommand()2582 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
3691 struct uuid_command load_cmd; in GetUUID()
7657 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { in PrintUuidLoadCommand()7660 if (uuid.cmdsize != sizeof(struct MachO::uuid_command)) in PrintUuidLoadCommand()8417 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands()