/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/pigweed/pw_kvs/ |
D | sectors_test.cc | 47 EXPECT_EQ(128u, sectors_.BaseAddress(*sectors_.last_new())); in TEST_F() 63 EXPECT_EQ(0u, sectors_.BaseAddress(sectors_.FromAddress(address))); in TEST_F() 66 EXPECT_EQ(128u, sectors_.BaseAddress(sectors_.FromAddress(address))); in TEST_F() 69 EXPECT_EQ(256u, sectors_.BaseAddress(sectors_.FromAddress(address))); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | Header.cpp | 29 OS << " BaseAddress = " << HEX64(H.BaseAddress) << '\n'; in operator <<() 75 H.BaseAddress = Data.getU64(&Offset); in decode() 93 O.writeU64(BaseAddress); in encode() 104 LHS.BaseAddress == RHS.BaseAddress && in operator ==()
|
D | GsymCreator.cpp | 73 Hdr.BaseAddress = MinAddr; in encode() 101 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress; in encode()
|
D | GsymReader.cpp | 228 if (Addr < Hdr->BaseAddress) in getAddressIndex() 231 const uint64_t AddrOffset = Addr - Hdr->BaseAddress; in getAddressIndex()
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | sectors.h | 137 const Address sector_base = BaseAddress(sector); in AddressInSector() 144 Address BaseAddress(const SectorDescriptor& sector) const { in BaseAddress() function 155 return BaseAddress(sector) + partition_.sector_size_bytes() - in NextWritableAddress()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 72 const MCSymbol *BaseAddress; variable 259 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress() 260 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 28 BaseAddress = "285212672" 48 BaseAddress = "285212672"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 79 const MCSymbol *BaseAddress = nullptr; variable 355 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress() 356 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
|
/external/scudo/standalone/ |
D | linux.cpp | 91 void releasePagesToOS(uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS() argument 93 void *Addr = reinterpret_cast<void *>(BaseAddress + Offset); in releasePagesToOS()
|
D | trusty.cpp | 66 void releasePagesToOS(UNUSED uptr BaseAddress, UNUSED uptr Offset, in releasePagesToOS() argument
|
D | common.h | 190 void releasePagesToOS(uptr BaseAddress, uptr Offset, uptr Size,
|
/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/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 396 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local 399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation() 401 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Header.h | 62 uint64_t BaseAddress; member
|
D | GsymReader.h | 192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 455 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local 458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation() 460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_cortex.c | 503 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_cortex.c | 503 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
|
/external/cronet/base/debug/ |
D | gdi_debug_util_win.cc | 120 IN PVOID BaseAddress, 155 IN uint64_t BaseAddress,
|
/external/cronet/base/memory/ |
D | platform_shared_memory_region_win.cc | 28 PVOID BaseAddress; member
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_cortex.h | 70 …uint32_t BaseAddress; /*!< Specifies the base address of the region to pro… member
|