HomeSort by relevance Sort by last modified time
    Searched refs:FixedAddress (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 555 UINT8 *FixedAddress;
557 FixedAddress = Image->ImageAdjust + Address;
559 if ((FixedAddress < Image->ImageBase) || (FixedAddress > Image->ImageEof)) {
561 FixedAddress = NULL;
566 // "PeCoffImageAddress: ImageBase %x, ImageEof %x, Address %x, FixedAddress %x\n",
570 // FixedAddress
572 return FixedAddress;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 74 if Options.FixedAddress != None:
505 Parser.add_option("-s", "--specifyaddress", dest="FixedAddress", action="store_true", type=None, help="Specify driver load address.")
    [all...]

Completed in 216 milliseconds