Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c578 struct uuid_command *uuid_hdr = NULL; in init_from_final_linked_image()
711 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_final_linked_image()
955 struct uuid_command *uuid_hdr = NULL; in init_from_object()
1065 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_object()
/xnu-8019.80.24/libkern/
H A Dkernel_mach_header.c102 struct uuid_command *cmd = (struct uuid_command *) in getuuidfromheader()
/xnu-8019.80.24/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.c172 struct uuid_command *uulp,
1252 ret = load_uuid((struct uuid_command *) lcp, in parse_machfile()
2503 struct uuid_command *uulp, in load_uuid()
2514 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()
2515 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmacho.py134 if isinstance(segment, macholib.mach_o.uuid_command):
237 elif isinstance(segment, macholib.mach_o.uuid_command):
/xnu-8019.80.24/tests/
H A Dcorrect_kernel_booted.c89 const struct uuid_command *uuid_cmd = (const void *)lcmd; in get_macho_uuid()
/xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1172 struct uuid_command { struct
/xnu-8019.80.24/SETUP/kextsymboltool/
H A Dkextsymboltool.c721 struct uuid_command uuidcmd; in main()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp4834 const struct uuid_command * uuid_cmd = NULL; in copyMachoUUID()
4850 uuid_cmd = (struct uuid_command *)load_cmd; in copyMachoUUID()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace.c16868 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd; in dtrace_module_loaded()