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

/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_uuid.c84 uuidhdr->cmd = LC_UUID;
H A Dkxld_object.c631 case LC_UUID:
945 case LC_UUID:
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c101 getcommandfromheader(mhp, LC_UUID);
/macosx-10.10.1/Libc-1044.1.2/os/
H A Dassumes.c95 if (cur->cmd == LC_UUID) {
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/dyld-353.2.1/launch-cache/
H A Ddsc_iterator.cpp81 // scan for LC_UUID
84 if ( cmd->cmd() == LC_UUID ) {
H A DMachOFileAbstraction.hpp33 #ifndef LC_UUID
34 #define LC_UUID 0x1b macro
36 uint32_t cmd; /* LC_UUID */
H A DMachOLayout.hpp594 case LC_UUID:
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkclist_main.c445 if (lcp->cmd == LC_UUID) {
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h278 #define LC_UUID 0x1b /* the uuid */ macro
1137 uint32_t cmd; /* LC_UUID */
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c394 if (load_command->cmd == LC_UUID) {
H A DOSKext.c4990 if (load_command->cmd == LC_UUID) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexmacosx.c642 case LC_UUID:
643 printf("LC_UUID ");
/macosx-10.10.1/emacs-93/
H A Dunexmacosx.c642 case LC_UUID:
643 printf("LC_UUID ");
/macosx-10.10.1/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c731 uuidcmd.cmd = LC_UUID;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c745 case LC_UUID:
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1156 case LC_UUID:
H A Ddyld.cpp4401 case LC_UUID: {
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3861 /* An interface kext doesn't have a linked executable with an LC_UUID,
3894 if (load_cmd->cmd == LC_UUID) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c15176 if (load_cmd->cmd == LC_UUID) {

Completed in 446 milliseconds