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

  /external/llvm/lib/DebugInfo/
DWARFDebugRangeList.cpp 58 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const {
62 BaseAddress = RLE.EndAddress;
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress,
65 BaseAddress + RLE.EndAddress));
DWARFDebugRangeList.h 72 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
  /external/compiler-rt/test/builtins/Unit/
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
clear_cache_test.c 55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /external/chromium_org/sandbox/win/src/
nt_internals.h 225 IN OUT PVOID *BaseAddress,
236 IN PVOID BaseAddress);
244 PVOID BaseAddress;
425 IN OUT PVOID *BaseAddress,
433 IN OUT PVOID *BaseAddress,
450 IN PVOID BaseAddress,
458 IN OUT PVOID* BaseAddress,
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 264 uint64_t BaseAddress = 0;
266 Sections[0].getAddress(BaseAddress);
268 BaseAddress = BaseSegmentAddress;
274 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI));
  /external/chromium_org/base/process/
process_metrics_win.cc 104 void* new_base = (static_cast<BYTE*>(mbi.BaseAddress)) + mbi.RegionSize;
258 free->largest_ptr = largest.BaseAddress;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imagehlp.h 77 PIMAGE_NT_HEADERS IMAGEAPI CheckSumMappedFile (PVOID BaseAddress,DWORD FileLength,PDWORD HeaderSum,PDWORD CheckSum);
winnt.h     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 76 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
ntifs.h 928 IN PVOID BaseAddress);
    [all...]
video.h     [all...]
wdm.h     [all...]
portcls.h     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]

Completed in 1199 milliseconds