Searched refs:uuid_command (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_uuid.h38 struct uuid_command;
50 void kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
H A Dkxld_uuid.c41 kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
63 return sizeof(struct uuid_command);
73 struct uuid_command *uuidhdr = NULL;
81 uuidhdr = (struct uuid_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c515 struct uuid_command *uuid_hdr = NULL;
632 uuid_hdr = (struct uuid_command *) cmd_hdr;
845 struct uuid_command *uuid_hdr = NULL;
946 uuid_hdr = (struct uuid_command *) cmd_hdr;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dmachorep.cpp125 const uuid_command *uuidc = reinterpret_cast<const uuid_command *>(cmd);
126 // uuidc->cmdsize should be sizeof(uuid_command), so if it is not,
128 if (macho->flip(uuidc->cmdsize) != sizeof(uuid_command))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dmachorep.cpp125 const uuid_command *uuidc = reinterpret_cast<const uuid_command *>(cmd);
126 // uuidc->cmdsize should be sizeof(uuid_command), so if it is not,
128 if (macho->flip(uuidc->cmdsize) != sizeof(uuid_command))
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c100 struct uuid_command *cmd = (struct uuid_command *)
/macosx-10.10.1/Libc-1044.1.2/os/
H A Dassumes.c96 struct uuid_command *cmd = (struct uuid_command *)cur;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddsc_iterator.cpp85 const uuid_command* uc = (const uuid_command*)cmd;
H A DMachOFileAbstraction.hpp35 struct uuid_command { struct
37 uint32_t cmdsize; /* sizeof(struct uuid_command) */
419 uuid_command fields;
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c395 struct uuid_command * uuid_command = (struct uuid_command *)load_command; local
399 uuid_stuff->uuid_size = sizeof(uuid_command->uuid);
400 uuid_stuff->uuid = (char *)uuid_command->uuid;
H A DOSKext.c4991 struct uuid_command * uuid_command = (struct uuid_command *)load_command; local
4995 uuid_stuff->uuid_size = sizeof(uuid_command->uuid);
4996 uuid_stuff->uuid = (char *)uuid_command->uuid;
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkclist_main.c411 struct uuid_command *uuid_cmd = NULL;
446 uuid_cmd = (struct uuid_command *)lcp;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c151 struct uuid_command *uulp,
747 ret = load_uuid((struct uuid_command *) lcp,
1133 struct uuid_command *uulp,
1140 * - The command size should be atleast the size of struct uuid_command
1144 if ((uulp->cmdsize < sizeof(struct uuid_command)) ||
1145 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) {
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1136 struct uuid_command { struct
1138 uint32_t cmdsize; /* sizeof(struct uuid_command) */
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h556 struct uuid_command { struct in namespace:llvm::MachO
/macosx-10.10.1/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c723 struct uuid_command uuidcmd;
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1157 uuid_command* uc = (uuid_command*)cmd;
H A Ddyld.cpp4402 uuid_command* uc = (uuid_command*)cmd;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3858 const struct uuid_command * uuid_cmd = NULL;
3895 uuid_cmd = (struct uuid_command *)load_cmd;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c15177 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd;

Completed in 331 milliseconds