Searched defs:mCoffBaseRel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElfConvert.c45 EFI_IMAGE_BASE_RELOCATION *mCoffBaseRel; variable
71 mCoffBaseRel->SizeOfBlock += 2;
81 if (mCoffBaseRel == NULL
82 || mCoffBaseRel->VirtualAddress != (Offset & ~0xfff)) {
83 if (mCoffBaseRel != NULL) {
105 mCoffBaseRel = (EFI_IMAGE_BASE_RELOCATION*)(mCoffFile + mCoffOffset);
106 mCoffBaseRel->VirtualAddress = Offset & ~0xfff;
107 mCoffBaseRel->SizeOfBlock = sizeof(EFI_IMAGE_BASE_RELOCATION);
109 mCoffEntryRel = (UINT16 *)(mCoffBaseRel + 1);

Completed in 32 milliseconds