/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 58 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/ |
D | DwarfCompileUnit.h | 63 const MCSymbol *BaseAddress; variable 237 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress() 238 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
|
D | DwarfCompileUnit.cpp | 23 Skeleton(nullptr), BaseAddress(nullptr) { in DwarfCompileUnit()
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 227 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/ |
D | DotZLib.csproj | 28 BaseAddress = "285212672" 48 BaseAddress = "285212672"
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 378 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/ |
D | enable_execute_stack.c | 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
|
/external/compiler-rt/test/builtins/Unit/ |
D | enable_execute_stack_test.c | 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
|
D | clear_cache_test.c | 66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1617 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/ |
D | sanitizer_win.cc | 81 *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/ |
D | exception_handler.cc | 988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress), in WriteMinidumpWithExceptionForProcess() 992 reinterpret_cast<ULONG64>(info.BaseAddress) in WriteMinidumpWithExceptionForProcess()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1106 ULONG64 BaseAddress; member
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6007 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/ |
D | malloc.c | 1686 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
|
/external/v8/ |
D | ChangeLog | 8404 Removed ArrayBufferView::BaseAddress method.
|