Home
last modified time | relevance | path

Searched refs:uuid_command (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.41.9/libkern/kxld/
H A Dkxld_uuid.c41 kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src) in kxld_uuid_init_from_macho()
63 return sizeof(struct uuid_command); in kxld_uuid_get_macho_header_size()
73 struct uuid_command *uuidhdr = NULL; in kxld_uuid_export_macho()
81 uuidhdr = (struct uuid_command *) ((void *) (buf + *header_offset)); in kxld_uuid_export_macho()
H A Dkxld_uuid.h38 struct uuid_command;
50 void kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
H A Dkxld_object.c583 struct uuid_command *uuid_hdr = NULL; in init_from_final_linked_image()
716 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_final_linked_image()
960 struct uuid_command *uuid_hdr = NULL; in init_from_object()
1070 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_object()
/xnu-10002.41.9/bsd/kern/
H A Dchunklist.c291 const struct uuid_command *cmd = NULL; in getuuidfromheader_safe()
295 if (bufsz < sizeof(kernel_mach_header_t) + sizeof(struct uuid_command)) { in getuuidfromheader_safe()
309 cmd = (const struct uuid_command *)((uintptr_t)buf + offset); in getuuidfromheader_safe()
317 offset > bufsz - sizeof(struct uuid_command)) { in getuuidfromheader_safe()
H A Dmach_loader.c176 struct uuid_command *uulp,
1272 ret = load_uuid((struct uuid_command *) lcp, in parse_machfile()
2545 struct uuid_command *uulp, in load_uuid()
2556 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()
2557 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
/xnu-10002.41.9/libkern/
H A Dkernel_mach_header.c115 struct uuid_command *cmd = (struct uuid_command *) in getuuidfromheader()
/xnu-10002.41.9/tests/
H A Dcorrect_kernel_booted.c89 const struct uuid_command *uuid_cmd = (const void *)lcmd; in get_macho_uuid()
/xnu-10002.41.9/tools/lldbmacros/
H A Dmacho.py249 if isinstance(segment, macholib.mach_o.uuid_command):
340 elif isinstance(segment, macholib.mach_o.uuid_command):
/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1172 struct uuid_command { struct
/xnu-10002.41.9/tools/kt-dump/
H A Dkt-dump.cpp359 uuid_copy(img_uuid, reinterpret_cast<const uuid_command *>(cmd)->uuid);
/xnu-10002.41.9/SETUP/kextsymboltool/
H A Dkextsymboltool.c721 struct uuid_command uuidcmd; in main()
/xnu-10002.41.9/libkern/c++/
H A DOSKext.cpp5164 const struct uuid_command * uuid_cmd = NULL; in copyMachoUUID()
5180 uuid_cmd = (struct uuid_command *)load_cmd; in copyMachoUUID()
/xnu-10002.41.9/bsd/dev/dtrace/
H A Ddtrace.c16883 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd; in dtrace_module_loaded()