Searched refs:pe (Results 1 – 1 of 1) sorted by relevance
26 const struct pe_hdr *pe; in pefile_parse_binary() local47 chkaddr(cursor, mz->peaddr, sizeof(*pe)); in pefile_parse_binary()48 pe = pebuf + mz->peaddr; in pefile_parse_binary()49 if (pe->magic != PE_MAGIC) in pefile_parse_binary()51 cursor = mz->peaddr + sizeof(*pe); in pefile_parse_binary()110 ctx->n_sections = pe->sections; in pefile_parse_binary()