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

/linux-4.1.27/crypto/asymmetric_keys/
H A Dverify_pefile.c31 const struct pe32_opt_hdr *pe32; pefile_parse_binary() local
57 chkaddr(0, cursor, sizeof(pe32->magic)); pefile_parse_binary()
58 pe32 = pebuf + cursor; pefile_parse_binary()
61 switch (pe32->magic) { pefile_parse_binary()
63 chkaddr(0, cursor, sizeof(*pe32)); pefile_parse_binary()
65 (unsigned long)&pe32->csum - (unsigned long)pebuf; pefile_parse_binary()
66 ctx->header_size = pe32->header_size; pefile_parse_binary()
67 cursor += sizeof(*pe32); pefile_parse_binary()
68 ctx->n_data_dirents = pe32->data_dirs; pefile_parse_binary()
81 pr_debug("Unknown PEOPT magic = %04hx\n", pe32->magic); pefile_parse_binary()
/linux-4.1.27/include/linux/
H A Dpe.h137 /* the fact that pe32 isn't padded where pe32+ is 64-bit means union won't

Completed in 77 milliseconds