HomeSort by relevance Sort by last modified time
    Searched refs:Adjust (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ebc/
PeCoffLoaderEx.c 31 @param Adjust The offset to adjust the fixup.
41 IN UINT64 Adjust
84 @param Adjust The offset to adjust the fixup.
94 IN UINT64 Adjust
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ia32/
PeCoffLoaderEx.c 31 @param Adjust The offset to adjust the fixup.
41 IN UINT64 Adjust
83 @param Adjust The offset to adjust the fixup.
93 IN UINT64 Adjust
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/X64/
PeCoffLoaderEx.c 32 @param Adjust The offset to adjust the fixup
42 IN UINT64 Adjust
85 @param Adjust The offset to adjust the fixup.
95 IN UINT64 Adjust
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
PeCoffLoaderEx.c 25 @param Adjust The offset to adjust the fixup.
35 IN UINT64 Adjust
75 @param Adjust The offset to adjust the fixup.
85 IN UINT64 Adjust
BasePeCoffLibInternals.h 34 @param Adjust The offset to adjust the fixup.
44 IN UINT64 Adjust
56 @param Adjust The offset to adjust the fixup.
66 IN UINT64 Adjust
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
PeCoffLoaderEx.c 32 IN UINT64 Adjust
48 Adjust - The offset to adjust the fixup
PeCoffLoaderEx.h 32 IN UINT64 Adjust
48 Adjust - The offset to adjust the fixup
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PeCoffLoaderEx.h 34 IN UINT64 Adjust
50 Adjust - The offset to adjust the fixup
PeCoffLoaderEx.c 80 IN UINT64 Adjust
96 Adjust - The offset to adjust the fixup
160 FixupVal += Adjust;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
PeCoffLoaderEx.c 33 IN UINT64 Adjust
44 Adjust - The offset to adjust the fixup
PeCoffLoaderEx.h 32 IN UINT64 Adjust
48 Adjust - The offset to adjust the fixup
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoffLibInternals.h 34 @param Adjust The offset to adjust the fixup.
44 IN UINT64 Adjust
56 @param Adjust The offset to adjust the fixup.
66 IN UINT64 Adjust
BasePeCoff.c 510 UINT64 Adjust;
561 Adjust = (UINT64)BaseAddress - Hdr.Pe32->OptionalHeader.ImageBase;
570 Adjust = (UINT64) BaseAddress - Hdr.Pe32Plus->OptionalHeader.ImageBase;
604 Adjust = (UINT64) (BaseAddress - Hdr.Te->ImageBase);
672 *F16 = (UINT16) (*F16 + ((UINT16) ((UINT32) Adjust >> 16)));
681 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
690 *F32 = *F32 + (UINT32) Adjust;
700 *F64 = *F64 + (UINT64) Adjust;
714 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Arm/
PeCoffLoaderEx.c 138 @param Adjust The offset to adjust the fixup.
148 IN UINT64 Adjust
159 FixupVal = ThumbMovwMovtImmediateAddress (Fixup16) + (UINT32)Adjust;
211 @param Adjust The offset to adjust the fixup.
221 IN UINT64 Adjust
234 FixupVal = ThumbMovwMovtImmediateAddress (Fixup16) + (UINT32)Adjust;
  /external/protobuf/csharp/
build_packages.bat 3 @rem Adjust the location of nuget.exe
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llmul.c 73 ; Adjust stack
ulldiv.c 82 ; Adjust stack
lldiv.c 91 ; Adjust stack
lldvrm.c 94 ; Adjust stack
llrem.c 87 ; Adjust stack
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLoaderEx.c 75 IN UINT64 Adjust
91 Adjust - The offset to adjust the fixup
107 IN UINT64 Adjust
123 Adjust - The offset to adjust the fixup
187 FixupVal += Adjust;
378 @param Adjust The offset to adjust the fixup.
388 IN UINT64 Adjust
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 80 @param Adjust The offset to adjust the fixup.
90 IN UINT64 Adjust
148 FixupVal += Adjust;
261 @param Adjust Location to place results of read
271 IN UINT64 Adjust
282 *F64 = *F64 + (UINT64) Adjust;
346 FixupVal += Adjust;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 72 @param Adjust The offset to adjust the fixup.
83 IN UINT64 Adjust
141 FixupVal += Adjust;
251 @param Adjust Location to place results of read
263 IN UINT64 Adjust
274 *Fixup64 = *Fixup64 + (UINT64) Adjust;
338 FixupVal += Adjust;
  /external/webrtc/webrtc/modules/audio_coding/test/
utility.cc 49 Adjust();
55 Adjust();
61 Adjust();
67 Adjust();
86 void ACMTestTimer::Adjust() {
  /build/make/core/
goma.mk 28 $(error Adjust the limit by ulimit -u and ulimit -n)

Completed in 794 milliseconds

1 2 3 4