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

  /external/llvm/lib/DebugInfo/DWARF/
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));
  /external/compiler-rt/lib/builtins/
enable_execute_stack.c 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
  /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))
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 63 const MCSymbol *BaseAddress;
237 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; }
238 const MCSymbol *getBaseAddress() const { return BaseAddress; }
DwarfCompileUnit.cpp 23 Skeleton(nullptr), BaseAddress(nullptr) {
  /external/libchrome/sandbox/win/src/
nt_internals.h 227 IN OUT PVOID *BaseAddress,
238 IN PVOID BaseAddress);
246 PVOID BaseAddress;
439 IN OUT PVOID *BaseAddress,
447 IN OUT PVOID *BaseAddress,
464 IN PVOID BaseAddress,
472 IN OUT PVOID* BaseAddress,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 378 uintptr_t BaseAddress = uintptr_t(Section.getAddress());
381 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
383 unsigned StubOffset = StubAddress - 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/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc     [all...]
  /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/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/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/dlmalloc/
malloc.c     [all...]

Completed in 1305 milliseconds