HomeSort by relevance Sort by last modified time
    Searched full:beginaddress (Results 1 - 16 of 16) 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,
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.h 29 The first version has just entries in the pdata section: BeginAddress,
34 BeginAddress, PrologueLength (8 bits), EndAddress (22 bits),
39 The third version has a function entry block of BeginAddress (RVA),
98 /* BeginAddress. */
  /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...]
  /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) {}
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c     [all...]
MrcWrapper.h 219 IN EFI_PHYSICAL_ADDRESS BeginAddress,
  /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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 574 ULONG BeginAddress;
    [all...]
winnt.h     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 606 support::ulittle32_t BeginAddress;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingw32.a     [all...]
libstdc++.a     [all...]
libsupc++.a     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c     [all...]

Completed in 1012 milliseconds