Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DHeader.cpp29 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 ==()
DGsymCreator.cpp73 Hdr.BaseAddress = MinAddr; in encode()
101 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress; in encode()
DGsymReader.cpp228 if (Addr < Hdr->BaseAddress) in getAddressIndex()
231 const uint64_t AddrOffset = Addr - Hdr->BaseAddress; in getAddressIndex()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.csproj28 BaseAddress = "285212672"
48 BaseAddress = "285212672"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h79 const MCSymbol *BaseAddress = nullptr; variable
355 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()
356 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
/third_party/cmsis/CMSIS/Core/Include/
Dmpu_armv7.h75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument
76 (((BaseAddress) & MPU_RBAR_ADDR_Msk) | \
/third_party/boost/libs/winapi/test/run/
Ddll_abi.cpp57 …BOOST_WINAPI_TEST_STRUCT(MEMORY_BASIC_INFORMATION, (BaseAddress)(AllocationBase)(AllocationProtect… in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DHeader.h62 uint64_t BaseAddress; member
DGsymReader.h192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h455 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()
/third_party/boost/libs/regex/src/
Dregex.cpp165 page = (LPBYTE)(mi.BaseAddress)-si.dwPageSize; in reset_stack_guard_page()
/third_party/boost/boost/winapi/
Ddll.hpp93 PVOID_ BaseAddress; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h105 support::ulittle64_t BaseAddress; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1628 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1631 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1633 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1682 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local
1685 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1687 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp246 mapRequiredHex(IO, "Base Address", Info.BaseAddress); in mapping()
247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); in mapping()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1106 ULONG64 BaseAddress; member
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1418 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
/third_party/libffi/src/
Ddlmalloc.c1388 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c1684 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c5142 .BaseAddress = anv_address_from_u64(region->deviceAddress), in vk_sdar_to_shader_table()