Home
last modified time | relevance | path

Searched refs:LC_UUID (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/libkern/kxld/
H A Dkxld_uuid.c84 uuidhdr->cmd = LC_UUID; in kxld_uuid_export_macho()
H A Dkxld_object.c715 case LC_UUID: in init_from_final_linked_image()
1069 case LC_UUID: in init_from_object()
/xnu-12377.41.6/tests/
H A Dcorrect_kernel_booted.c88 if ((should_swap ? OSSwapInt32(lcmd->cmd) : lcmd->cmd) == LC_UUID) { in get_macho_uuid()
/xnu-12377.41.6/libkern/
H A Dkernel_mach_header.c116 getcommandfromheader(mhp, LC_UUID); in getuuidfromheader()
/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dloader.h298 #define LC_UUID 0x1b /* the uuid */ macro
/xnu-12377.41.6/bsd/kern/
H A Dchunklist.c311 if (cmd->cmd == LC_UUID) { in getuuidfromheader_safe()
H A Dmach_loader.c1554 case LC_UUID: in parse_machfile()
/xnu-12377.41.6/tools/kt-dump/
H A Dkt-dump.cpp358 case LC_UUID:
/xnu-12377.41.6/SETUP/kextsymboltool/
H A Dkextsymboltool.c729 uuidcmd.cmd = LC_UUID; in main()
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp5335 if (load_cmd->cmd == LC_UUID) { in copyMachoUUID()
/xnu-12377.41.6/bsd/dev/dtrace/
H A Ddtrace.c16898 if (load_cmd->cmd == LC_UUID) { in dtrace_module_loaded()