Home
last modified time | relevance | path

Searched refs:pe_image_base (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c43 static bfd_vma pe_image_base = (bfd_vma) -1; variable
1721 if (pe_image_base != (bfd_vma) -1) in copy_object()
1722 pe->pe_opthdr.ImageBase = pe_image_base; in copy_object()
4160 pe_image_base = parse_vma (optarg, "--image-base"); in copy_main()
DChangeLog-2009928 (pe_image_base): Likewise.