Searched refs:uuid_cmd (Results 1 – 1 of 1) sorted by relevance
159 struct breakpad_uuid_command uuid_cmd; in UUIDCommand() local160 uuid_cmd.cmd = 0; in UUIDCommand()161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()166 if (uuid_cmd.cmd == LC_UUID) { in UUIDCommand()167 memcpy(bytes, uuid_cmd.uuid, sizeof(uuid_cmd.uuid)); in UUIDCommand()335 struct breakpad_uuid_command *uuid_cmd = in UUIDWalkerCB() local338 if (!walker->ReadBytes(uuid_cmd, sizeof(struct breakpad_uuid_command), in UUIDWalkerCB()343 breakpad_swap_uuid_command(uuid_cmd, NXHostByteOrder()); in UUIDWalkerCB()