Searched refs:uuid_command (Results 1 – 12 of 12) 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)
578 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()
102 struct uuid_command *cmd = (struct uuid_command *) in getuuidfromheader()
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()
172 struct uuid_command *uulp,1251 ret = load_uuid((struct uuid_command *) lcp, in parse_machfile()2500 struct uuid_command *uulp, in load_uuid()2511 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()2512 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
89 const struct uuid_command *uuid_cmd = (const void *)lcmd; in get_macho_uuid()
249 if isinstance(segment, macholib.mach_o.uuid_command):340 elif isinstance(segment, macholib.mach_o.uuid_command):
1172 struct uuid_command { struct
721 struct uuid_command uuidcmd; in main()
4836 const struct uuid_command * uuid_cmd = NULL; in copyMachoUUID()4852 uuid_cmd = (struct uuid_command *)load_cmd; in copyMachoUUID()
16852 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd; in dtrace_module_loaded()