Searched refs:BaseAddress (Results 1 – 16 of 16) sorted by relevance
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 ==()
73 Hdr.BaseAddress = MinAddr; in encode()101 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress; in encode()
228 if (Addr < Hdr->BaseAddress) in getAddressIndex()231 const uint64_t AddrOffset = Addr - Hdr->BaseAddress; in getAddressIndex()
28 BaseAddress = "285212672"48 BaseAddress = "285212672"
79 const MCSymbol *BaseAddress = nullptr; variable355 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; } in setBaseAddress()356 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress()
75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument76 (((BaseAddress) & MPU_RBAR_ADDR_Msk) | \
62 uint64_t BaseAddress; member
192 return AIO[Index] + Hdr->BaseAddress; in addressForIndex()
455 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processGOTRelocation() local458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
1628 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local1631 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1633 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()1682 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef() local1685 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1687 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
105 support::ulittle64_t BaseAddress; member
246 mapRequiredHex(IO, "Base Address", Info.BaseAddress); in mapping()247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); in mapping()
1106 ULONG64 BaseAddress; member
1388 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
1418 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
5666 .BaseAddress = anv_address_from_u64(region->deviceAddress), in vk_sdar_to_shader_table()