Searched refs:ForceRebase (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c127 fprintf (stdout, " -F ForceRebase, --force-rebase ForceRebase\n\
239 mFvDataInfo.ForceRebase = -1;
389 mFvDataInfo.ForceRebase = 1;
391 mFvDataInfo.ForceRebase = 0;
628 // 1. ForceRebase Flag specified to TRUE;
629 // 2. ForceRebase Flag not specified, BaseAddress greater than zero.
631 if (((mFvDataInfo.BaseAddress > 0) && (mFvDataInfo.ForceRebase == -1)) || (mFvDataInfo.ForceRebase == 1)) {
H A DGenFvInternalLib.h235 INT8 ForceRebase; member in struct:__anon9979
H A DGenFvInternalLib.c2828 // Don't need to relocate image when BaseAddress is zero and no ForceRebase Flag specified.
2830 if ((FvInfo->BaseAddress == 0) && (FvInfo->ForceRebase == -1)) {
2835 // If ForceRebase Flag specified to FALSE, will always not take rebase action.
2837 if (FvInfo->ForceRebase == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFv.py138 ForceRebase=self.FvForceRebase
168 ForceRebase=self.FvForceRebase
H A DGenFdsGlobalVariable.py436 def GenerateFirmwareVolume(Output, Input, BaseAddress=None, ForceRebase=None, Capsule=False, Dump=False,
446 if ForceRebase == False:
448 elif ForceRebase == True:

Completed in 56 milliseconds