Searched refs:pe64 (Results 1 – 1 of 1) sorted by relevance
32 const struct pe32plus_opt_hdr *pe64; in pefile_parse_binary() local59 pe64 = pebuf + cursor; in pefile_parse_binary()72 chkaddr(0, cursor, sizeof(*pe64)); in pefile_parse_binary()74 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary()75 ctx->header_size = pe64->header_size; in pefile_parse_binary()76 cursor += sizeof(*pe64); in pefile_parse_binary()77 ctx->n_data_dirents = pe64->data_dirs; in pefile_parse_binary()