Searched refs:CS_GenericBlob (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcodesign.h155 } CS_GenericBlob; typedef in typeref:struct:__SC_GenericBlob
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c400 cs_validate_blob(const CS_GenericBlob *blob, size_t length)
402 if (length < sizeof(CS_GenericBlob) || length < ntohl(blob->length))
428 const CS_GenericBlob *blob = (const CS_GenericBlob *)(void *)addr;
456 const CS_GenericBlob *subBlob =
457 (const CS_GenericBlob *)(void *)(addr + ntohl(blobIndex->offset));
508 static const CS_GenericBlob *
511 const CS_GenericBlob *blob = (const CS_GenericBlob *)(void *)addr;
521 if (length - sizeof(const CS_GenericBlob) < offse
[all...]

Completed in 131 milliseconds