HomeSort by: relevance | last modified time | path
    Searched defs:pe_image_base (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 44 static bfd_vma pe_image_base = (bfd_vma) -1;
2877 if (pe_image_base != (bfd_vma) -1)
2878 pe->pe_opthdr.ImageBase = pe_image_base;
6073 pe_image_base = parse_vma (optarg, "--image-base");
43 static bfd_vma pe_image_base = (bfd_vma) -1; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 45 static bfd_vma pe_image_base = (bfd_vma) -1;
2872 if (pe_image_base != (bfd_vma) -1)
2873 pe->pe_opthdr.ImageBase = pe_image_base;
6071 pe_image_base = parse_vma (optarg, "--image-base");
44 static bfd_vma pe_image_base = (bfd_vma) -1; variable

Completed in 28 milliseconds