Home
last modified time | relevance | path

Searched refs:uuid_cmd (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.cc159 struct breakpad_uuid_command uuid_cmd; in UUIDCommand() local
160 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() local
338 if (!walker->ReadBytes(uuid_cmd, sizeof(struct breakpad_uuid_command), in UUIDWalkerCB()
343 breakpad_swap_uuid_command(uuid_cmd, NXHostByteOrder()); in UUIDWalkerCB()