Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_uuid.c84 uuidhdr->cmd = LC_UUID; in kxld_uuid_export_macho()
H A Dkxld_object.c710 case LC_UUID: in init_from_final_linked_image()
1064 case LC_UUID: in init_from_object()
/xnu-8020.121.3/tests/
H A Dcorrect_kernel_booted.c88 if ((should_swap ? OSSwapInt32(lcmd->cmd) : lcmd->cmd) == LC_UUID) { in get_macho_uuid()
/xnu-8020.121.3/libkern/
H A Dkernel_mach_header.c103 getcommandfromheader(mhp, LC_UUID); in getuuidfromheader()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h298 #define LC_UUID 0x1b /* the uuid */ macro
/xnu-8020.121.3/bsd/kern/
H A Dchunklist.c311 if (cmd->cmd == LC_UUID) { in getuuidfromheader_safe()
H A Dmach_loader.c1249 case LC_UUID: in parse_machfile()
/xnu-8020.121.3/SETUP/kextsymboltool/
H A Dkextsymboltool.c729 uuidcmd.cmd = LC_UUID; in main()
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp4851 if (load_cmd->cmd == LC_UUID) { in copyMachoUUID()
/xnu-8020.121.3/bsd/dev/dtrace/
H A Ddtrace.c16851 if (load_cmd->cmd == LC_UUID) { in dtrace_module_loaded()