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

12

/macosx-10.9.5/xnu-2422.115.4/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.c505 struct uuid_command *uuid_hdr = NULL;
622 uuid_hdr = (struct uuid_command *) cmd_hdr;
835 struct uuid_command *uuid_hdr = NULL;
936 uuid_hdr = (struct uuid_command *) cmd_hdr;
/macosx-10.9.5/cctools-845/ld/
H A Duuid.c44 memset(uuid, '\0', sizeof(struct uuid_command));
H A Dlayout.h82 struct uuid_command uuid_command; member in struct:uuid_info
H A Dpass2.c1218 if(output_uuid_info.uuid_command.cmdsize != 0){
1220 &(output_uuid_info.uuid_command),
1221 output_uuid_info.uuid_command.cmdsize);
1222 header_offset += output_uuid_info.uuid_command.cmdsize;
H A Dlayout.c1183 output_uuid_info.uuid_command.cmd = LC_UUID;
1184 output_uuid_info.uuid_command.cmdsize = sizeof(struct uuid_command);
1185 uuid(&(output_uuid_info.uuid_command.uuid[0]));
1187 sizeofcmds += output_uuid_info.uuid_command.cmdsize;
1190 if(output_uuid_info.uuid_command.cmdsize != 0){
1192 sizeofcmds += output_uuid_info.uuid_command.cmdsize;
H A Dpass1.c4199 struct uuid_command *uuid;
5255 uuid = (struct uuid_command *)lc;
5258 if(uuid->cmdsize != sizeof(struct uuid_command)){
5276 output_uuid_info.uuid_command.cmd = LC_UUID;
5277 output_uuid_info.uuid_command.cmdsize =
5278 sizeof(struct uuid_command);
5279 memcpy(&(output_uuid_info.uuid_command.uuid[0]), uuid->uuid,
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddsc_iterator.cpp84 const uuid_command* uc = (const uuid_command*)cmd;
H A DMachOFileAbstraction.hpp35 struct uuid_command { struct
37 uint32_t cmdsize; /* sizeof(struct uuid_command) */
407 uuid_command fields;
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dkernel_mach_header.c100 struct uuid_command *cmd = (struct uuid_command *)
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h150 struct uuid_command *uuid_cmd,
H A Dloader.h1137 struct uuid_command { struct
1139 uint32_t cmdsize; /* sizeof(struct uuid_command) */
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c88 struct uuid_command *cmd = (struct uuid_command *)cur;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp125 const uuid_command *uuidc = reinterpret_cast<const uuid_command *>(cmd);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp125 const uuid_command *uuidc = reinterpret_cast<const uuid_command *>(cmd);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c385 struct uuid_command * uuid_command = (struct uuid_command *)load_command; local
389 uuid_stuff->uuid_size = sizeof(uuid_command->uuid);
390 uuid_stuff->uuid = (char *)uuid_command->uuid;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c151 struct uuid_command *uulp,
729 ret = load_uuid((struct uuid_command *) lcp,
1114 struct uuid_command *uulp,
1121 * - The command size should be atleast the size of struct uuid_command
1125 if ((uulp->cmdsize < sizeof(struct uuid_command)) ||
1126 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) {
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h331 struct uuid_command *uuid_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c91 struct uuid_command *uuid;
1044 uuid = (struct uuid_command *)lc;
1045 if(uuid->cmdsize != sizeof(struct uuid_command)){
1637 uuid = (struct uuid_command *)lc;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1136 struct uuid_command { struct
1138 uint32_t cmdsize; /* sizeof(struct uuid_command) */
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h290 struct uuid_command *uuid);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h556 struct uuid_command { struct in namespace:llvm::MachO
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp1116 uuid_command* uc = (uuid_command*)cmd;
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c393 struct uuid_command *uuid_cmd,

Completed in 731 milliseconds

12