Searched refs:pe64 (Results 1 – 1 of 1) sorted by relevance
28 const struct pe32plus_opt_hdr *pe64; in pefile_parse_binary() local55 pe64 = pebuf + cursor; in pefile_parse_binary()68 chkaddr(0, cursor, sizeof(*pe64)); in pefile_parse_binary()70 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary()71 ctx->header_size = pe64->header_size; in pefile_parse_binary()72 cursor += sizeof(*pe64); in pefile_parse_binary()73 ctx->n_data_dirents = pe64->data_dirs; in pefile_parse_binary()