Home | History | Annotate | Download | only in bfd

Lines Matching refs:pe_data

233       scnhdr_int->s_vaddr += pe_data (abfd)->pe_opthdr.ImageBase;
268 pe = pe_data (abfd);
292 pe = pe_data (abfd);
355 XXX: Should we be copying other flags or other fields in the pe_data()
357 if (pe_data (obfd) != NULL
358 && pe_data (ibfd) != NULL
359 && pe_data (ibfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE)
360 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE;