Searched refs:lcmd (Results 1 – 1 of 1) sorted by relevance
73 const struct load_command *lcmd = NULL; in get_macho_uuid() local78 lcmd = (const void *)((const char *)mapped + sizeof(*hdr)); in get_macho_uuid()82 lcmd = (const void *)((const char *)mapped + sizeof(*hdr)); in get_macho_uuid()88 if ((should_swap ? OSSwapInt32(lcmd->cmd) : lcmd->cmd) == LC_UUID) { in get_macho_uuid()89 const struct uuid_command *uuid_cmd = (const void *)lcmd; in get_macho_uuid()95 uint32_t cmdsize = should_swap ? OSSwapInt32(lcmd->cmdsize) : in get_macho_uuid()96 lcmd->cmdsize; in get_macho_uuid()97 lcmd = (const void *)((const char *)lcmd + cmdsize); in get_macho_uuid()