Searched refs:UuidLoadCmd (Results 1 – 2 of 2) sorted by relevance
268 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()358 if (UuidLoadCmd) { in MachOObjectFile()362 UuidLoadCmd = Load.Ptr; in MachOObjectFile()2377 if (!UuidLoadCmd) in getUuid()2380 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
466 const char *UuidLoadCmd; variable