Searched refs:first_cd (Results 1 – 2 of 2) sorted by relevance
379 const uint8_t *first_cd; member
4374 const CS_CodeDirectory *first_cd = NULL; in validate_main_binary_check()4384 first_cd = (const CS_CodeDirectory*)csblob_find_blob(csblob, slot, CSMAGIC_CODEDIRECTORY); in validate_main_binary_check()4385 if ((first_cd != NULL) && (ntohl(first_cd->version) >= CS_SUPPORTSEXECSEG)) { in validate_main_binary_check()4386 exec_seg_flags |= ntohll(first_cd->execSegFlags); in validate_main_binary_check()