Searched refs:ptr_end (Results 1 – 1 of 1) sorted by relevance
462 const uintptr_t ptr_end = ptr + ntohl(cd->linkageSize); in cs_validate_codedirectory() local464 if (ptr_end < ptr || ptr < (uintptr_t)cd || ptr_end > (uintptr_t)cd + length) { in cs_validate_codedirectory()