Searched refs:uuid_cmd (Results 1 – 1 of 1) sorted by relevance
157 struct breakpad_uuid_command uuid_cmd; in UUIDCommand() local158 uuid_cmd.cmd = 0; in UUIDCommand()159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()164 if (uuid_cmd.cmd == LC_UUID) { in UUIDCommand()165 memcpy(bytes, uuid_cmd.uuid, sizeof(uuid_cmd.uuid)); in UUIDCommand()333 struct breakpad_uuid_command *uuid_cmd = in UUIDWalkerCB() local336 if (!walker->ReadBytes(uuid_cmd, sizeof(struct breakpad_uuid_command), in UUIDWalkerCB()341 breakpad_swap_uuid_command(uuid_cmd); in UUIDWalkerCB()