Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/img4/
H A Druntime.h321 typedef struct _img4_runtime_object_spec img4_runtime_object_spec_t; typedef
650 const img4_runtime_object_spec_t *obj_spec,
689 const img4_runtime_object_spec_t *obj_spec,
1052 const img4_runtime_object_spec_t _img4_runtime_object_spec_supplemental_root;
1070 const img4_runtime_object_spec_t _img4_runtime_object_spec_local_policy;
1093 const img4_runtime_object_spec_t *_Nullable
1136 const img4_runtime_object_spec_t *obj_spec,
1176 const img4_runtime_object_spec_t *obj_spec,
/xnu-8796.121.2/libkern/libkern/img4/
H A Dinterface.h188 typedef const img4_runtime_object_spec_t *(*img4_runtime_find_object_spec_t)(
307 const img4_runtime_object_spec_t *runtime_object_spec_supplemental_root;
366 const img4_runtime_object_spec_t *runtime_object_spec_local_policy;
/xnu-8796.121.2/bsd/kern/code_signing/
H A Dxnu.c218 const img4_runtime_object_spec_t *obj_spec = NULL; in xnu_image4_execute_object()
253 const img4_runtime_object_spec_t *obj_spec = NULL; in xnu_image4_copy_object()
/xnu-8796.121.2/bsd/sys/
H A Dcode_signing.h85 static inline const img4_runtime_object_spec_t*
89 const img4_runtime_object_spec_t *obj_spec = NULL; in image4_get_object_spec_from_index()