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