Searched refs:uuid_command (Results 1 – 13 of 13) sorted by relevance
41 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()
38 struct uuid_command;50 void kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
583 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()
291 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()
226 struct uuid_command *uulp,1556 ret = load_uuid((struct uuid_command *) lcp, in parse_machfile()2676 struct uuid_command *uulp, in load_uuid()2687 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()2688 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
115 struct uuid_command *cmd = (struct uuid_command *) in getuuidfromheader()
243 if isinstance(segment, macholib.mach_o.uuid_command):322 elif isinstance(segment, macholib.mach_o.uuid_command):
89 const struct uuid_command *uuid_cmd = (const void *)lcmd; in get_macho_uuid()
1172 struct uuid_command { struct
359 uuid_copy(img_uuid, reinterpret_cast<const uuid_command *>(cmd)->uuid);
721 struct uuid_command uuidcmd; in main()
5320 const struct uuid_command * uuid_cmd = NULL; in copyMachoUUID()5336 uuid_cmd = (struct uuid_command *)load_cmd; in copyMachoUUID()
16899 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd; in dtrace_module_loaded()