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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 511 EFI_IMAGE_BASE_RELOCATION *RelocBase;
585 RelocBase = PeCoffLoaderImageAddress (ImageContext, RelocDir->VirtualAddress);
590 if ((RelocBase == NULL) || (RelocBaseEnd == NULL)) {
600 RelocBase = RelocBaseEnd = 0;
612 RelocBase = (EFI_IMAGE_BASE_RELOCATION *)(UINTN)(
618 RelocBaseEnd = (EFI_IMAGE_BASE_RELOCATION *) ((UINTN) RelocBase + (UINTN) RelocDir->Size - 1);
623 RelocBase = NULL;
632 while (RelocBase < RelocBaseEnd) {
634 Reloc = (UINT16 *) ((CHAR8 *) RelocBase + sizeof (EFI_IMAGE_BASE_RELOCATION));
635 RelocEnd = (UINT16 *) ((CHAR8 *) RelocBase + RelocBase->SizeOfBlock);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 413 EFI_IMAGE_BASE_RELOCATION *RelocBase;
429 RelocBase = EfiLdrPeCoffImageAddress (Image, RelocDir->VirtualAddress);
431 if (!RelocBase || !RelocBaseEnd) {
447 while (RelocBase < RelocBaseEnd) {
449 Reloc = (UINT16 *) ((UINT8 *) RelocBase + sizeof(EFI_IMAGE_BASE_RELOCATION));
450 RelocEnd = (UINT16 *) ((UINT8 *) RelocBase + RelocBase->SizeOfBlock);
451 FixupBase = EfiLdrPeCoffImageAddress (Image, RelocBase->VirtualAddress);
523 RelocBase = (EFI_IMAGE_BASE_RELOCATION *) RelocEnd;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 598 EFI_IMAGE_BASE_RELOCATION *RelocBase;
648 RelocBase = PeCoffLoaderImageAddress (ImageContext, RelocDir->VirtualAddress);
657 RelocBase = RelocBaseEnd = 0;
672 RelocBase = PeCoffLoaderImageAddress (ImageContext, RelocDir->VirtualAddress);
681 RelocBase = RelocBaseEnd = 0;
694 RelocBase = (EFI_IMAGE_BASE_RELOCATION *)(UINTN)(
700 RelocBaseEnd = (EFI_IMAGE_BASE_RELOCATION *) ((UINTN) RelocBase + (UINTN) RelocDir->Size - 1);
707 while (RelocBase < RelocBaseEnd) {
709 Reloc = (UINT16 *) ((CHAR8 *) RelocBase + sizeof (EFI_IMAGE_BASE_RELOCATION));
710 RelocEnd = (UINT16 *) ((CHAR8 *) RelocBase + RelocBase->SizeOfBlock);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 700 EFI_IMAGE_BASE_RELOCATION *RelocBase;
792 RelocBase = PeCoffLoaderImageAddress (ImageContext, RelocDir->VirtualAddress);
797 if ((RelocBase == NULL) || (RelocBaseEnd == NULL)) {
807 RelocBase = RelocBaseEnd = 0;
819 RelocBase = (EFI_IMAGE_BASE_RELOCATION *)(UINTN)(
825 RelocBaseEnd = (EFI_IMAGE_BASE_RELOCATION *) ((UINTN) RelocBase + (UINTN) RelocDir->Size - 1);
830 RelocBase = NULL;
839 while (RelocBase < RelocBaseEnd) {
841 Reloc = (UINT16 *) ((CHAR8 *) RelocBase + sizeof (EFI_IMAGE_BASE_RELOCATION));
842 RelocEnd = (UINT16 *) ((CHAR8 *) RelocBase + RelocBase->SizeOfBlock);
    [all...]

Completed in 57 milliseconds