Searched refs:UuidLoadCmd (Results 1 – 2 of 2) sorted by relevance
232 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()291 if (UuidLoadCmd) { in MachOObjectFile()295 UuidLoadCmd = Load.Ptr; in MachOObjectFile()2277 if (!UuidLoadCmd) in getUuid()2280 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
462 const char *UuidLoadCmd; variable