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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 167 uint64_t RegionSize = 0;
178 RegionSize += plt0_size;
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
187 RegionSize += EntrySize;
191 RegionSize += emitGOTSectionData(pRegion);
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
199 return RegionSize;
475 uint64_t RegionSize = 0;
481 RegionSize += EntrySize;
484 return RegionSize;
    [all...]
  /external/compiler-rt/lib/builtins/
enable_execute_stack.c 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect);
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 49 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize,
81 CharUnits Left = RegionSize - TypeSize;
121 CharUnits regionSize = CharUnits::fromQuantity(extentInt->getSExtValue());
128 if (regionSize % typeSize == 0)
131 if (evenFlexibleArraySize(Ctx, regionSize, typeSize, ToPointeeTy))
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 143 uint64_t RegionSize = 0;
156 RegionSize += plt0_size;
164 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
165 RegionSize += EntrySize;
168 return RegionSize;
170 RegionSize += emitGOTSectionData(pRegion);
171 return RegionSize;
174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
175 return RegionSize;
311 uint64_t RegionSize = 0
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end;
724 if (info.RegionSize == 0)
727 page += info.RegionSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 330 NDR64_UINT16 RegionSize;
winnt.h     [all...]
  /external/libchrome/sandbox/win/src/
nt_internals.h 441 IN OUT PSIZE_T RegionSize,
448 IN OUT PSIZE_T RegionSize,
  /external/fio/os/windows/
posix.c 577 mapAddr = VirtualAlloc(mapAddr, memInfo.RegionSize, MEM_COMMIT, PAGE_READWRITE);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 260 milliseconds