Home
last modified time | relevance | path

Searched refs:BaseAddress (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp58 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const { in getAbsoluteRanges()
62 BaseAddress = RLE.EndAddress; in getAbsoluteRanges()
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress, in getAbsoluteRanges()
65 BaseAddress + RLE.EndAddress)); in getAbsoluteRanges()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h63 const MCSymbol *BaseAddress; variable
237 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
238 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
DDwarfCompileUnit.cpp23 Skeleton(nullptr), BaseAddress(nullptr) { in DwarfCompileUnit()
/external/libchrome/sandbox/win/src/
Dnt_internals.h227 IN OUT PVOID *BaseAddress,
238 IN PVOID BaseAddress);
246 PVOID BaseAddress; member
439 IN OUT PVOID *BaseAddress,
447 IN OUT PVOID *BaseAddress,
464 IN PVOID BaseAddress,
472 IN OUT PVOID* BaseAddress,
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h378 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local
381 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
383 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
/external/compiler-rt/lib/builtins/
Denable_execute_stack.c54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
/external/compiler-rt/test/builtins/Unit/
Denable_execute_stack_test.c27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
Dclear_cache_test.c66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1617 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1620 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1622 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1671 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1674 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1676 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()
163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress), in WriteMinidumpWithExceptionForProcess()
992 reinterpret_cast<ULONG64>(info.BaseAddress) in WriteMinidumpWithExceptionForProcess()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1106 ULONG64 BaseAddress; member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6007 uint64_t BaseAddress = 0; in DisassembleMachO() local
6009 BaseAddress = Sections[0].getAddress(); in DisassembleMachO()
6011 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
6017 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI)); in DisassembleMachO()
/external/dlmalloc/
Dmalloc.c1686 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
/external/v8/
DChangeLog8404 Removed ArrayBufferView::BaseAddress method.