Searched refs:LC_UUID (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_uuid.c84 uuidhdr->cmd = LC_UUID;
H A Dkxld_object.c621 case LC_UUID:
935 case LC_UUID:
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddsc_iterator.cpp80 // scan for LC_UUID
83 if ( cmd->cmd() == LC_UUID ) {
H A DMachOLayout.hpp512 case LC_UUID:
H A DMachOFileAbstraction.hpp33 #ifndef LC_UUID
34 #define LC_UUID 0x1b macro
36 uint32_t cmd; /* LC_UUID */
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dkernel_mach_header.c101 getcommandfromheader(mhp, LC_UUID);
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c87 if (cur->cmd == LC_UUID) {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp123 // if there is a LC_UUID load command, use the UUID contained therein
124 if (const load_command *cmd = macho->findCommand(LC_UUID)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp123 // if there is a LC_UUID load command, use the UUID contained therein
124 if (const load_command *cmd = macho->findCommand(LC_UUID)) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h278 #define LC_UUID 0x1b /* the uuid */ macro
1137 uint32_t cmd; /* LC_UUID */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h278 #define LC_UUID 0x1b /* the uuid */ macro
1138 uint32_t cmd; /* LC_UUID */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c1043 case LC_UUID:
1047 "(LC_UUID command %lu has incorrect cmdsize", i);
1636 case LC_UUID:
H A Dofile.c4382 case LC_UUID:
4384 Mach_O_error(ofile, "malformed object (LC_UUID cmdsize "
4390 "LC_UUID command)");
4397 Mach_O_error(ofile, "malformed object (LC_UUID command %u " "has incorrect cmdsize)", i);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c384 if (load_command->cmd == LC_UUID) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c638 case LC_UUID:
639 printf("LC_UUID ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c638 case LC_UUID:
639 printf("LC_UUID ");
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c731 uuidcmd.cmd = LC_UUID;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c727 case LC_UUID:
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1183 output_uuid_info.uuid_command.cmd = LC_UUID;
H A Dpass1.c5254 case LC_UUID:
5260 "for LC_UUID", i);
5267 * If we see an input file with an LC_UUID load command then
5276 output_uuid_info.uuid_command.cmd = LC_UUID;
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp1115 case LC_UUID:
H A Ddyld.cpp4140 case LC_UUID: {
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c2464 if(lc->cmd == LC_UUID){
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c74 static uint32_t no_uuid;/* -no_uuid strip LC_UUID load commands */
4026 * LC_UUID load commands from the object's load commands.
4040 * See if there are any LC_UUID load commands.
4053 if(lc1->cmd == LC_UUID){
4058 /* if no LC_UUID load commands just return */
4070 * Copy all the load commands except the LC_UUID load commands into the
4077 if(lc1->cmd != LC_UUID){
H A Dredo_prebinding.c8888 else if(lc1->cmd == LC_UUID && unprebinding == TRUE){

Completed in 389 milliseconds

12