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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
MfgMemoryTest.h 45 IN UINT32 BeginAddress,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/
BaseMemoryTest.h 46 IN EFI_PHYSICAL_ADDRESS BeginAddress,
  /external/llvm/include/llvm/Support/
ARMWinEH.h 103 const support::ulittle32_t BeginAddress;
107 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
109 RuntimeFunction(const support::ulittle32_t BeginAddress,
111 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ARMWinEH.h 103 const support::ulittle32_t BeginAddress;
107 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
109 RuntimeFunction(const support::ulittle32_t BeginAddress,
111 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 142 IN UINT32 BeginAddress,
363 @param BeginAddress Beginning of the memory address to be checked.
377 IN UINT32 BeginAddress,
386 memAddr = BeginAddress;
396 while (memAddr < (BeginAddress+MemoryLength)) {
398 if (memAddr > (BeginAddress+MemoryLength -4)) {
410 memAddr = BeginAddress;
411 while (memAddr < (BeginAddress+MemoryLength)) {
413 if (memAddr > (BeginAddress+MemoryLength -4)) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.h 211 IN EFI_PHYSICAL_ADDRESS BeginAddress,
MrcWrapper.c     [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 598 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
604 if (!RF.BeginAddress && !Function)
634 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
697 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
724 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 598 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
604 if (!RF.BeginAddress && !Function)
634 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
697 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
724 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 780 funcs[i].BeginAddress,
781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset);
783 funcs[i].BeginAddress, stack_size);
    [all...]
  /external/libunwind_llvm/src/
Unwind-seh.cpp 442 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase;
UnwindCursor.hpp     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 606 support::ulittle32_t BeginAddress;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h 699 support::ulittle32_t BeginAddress;
    [all...]

Completed in 592 milliseconds