Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/kxld/
H A Dkxld_object.c583 struct uuid_command *uuid_hdr = NULL; in init_from_final_linked_image() local
716 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_final_linked_image()
717 kxld_uuid_init_from_macho(&object->uuid, uuid_hdr); in init_from_final_linked_image()
960 struct uuid_command *uuid_hdr = NULL; in init_from_object() local
1070 uuid_hdr = (struct uuid_command *) cmd_hdr; in init_from_object()
1071 kxld_uuid_init_from_macho(&object->uuid, uuid_hdr); in init_from_object()