Searched refs:pe32 (Results 1 – 1 of 1) sorted by relevance
31 const struct pe32_opt_hdr *pe32; in pefile_parse_binary() local57 chkaddr(0, cursor, sizeof(pe32->magic)); in pefile_parse_binary()58 pe32 = pebuf + cursor; in pefile_parse_binary()61 switch (pe32->magic) { in pefile_parse_binary()63 chkaddr(0, cursor, sizeof(*pe32)); in pefile_parse_binary()65 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary()66 ctx->header_size = pe32->header_size; in pefile_parse_binary()67 cursor += sizeof(*pe32); in pefile_parse_binary()68 ctx->n_data_dirents = pe32->data_dirs; in pefile_parse_binary()81 pr_debug("Unknown PEOPT magic = %04hx\n", pe32->magic); in pefile_parse_binary()