Searched defs:BaseAddress (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h72 const MCSymbol *BaseAddress; member in class:llvm::DwarfCompileUnit
259 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; }
260 const MCSymbol *getBaseAddress() const { return BaseAddress; }
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h396 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); local
399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
401 unsigned StubOffset = StubAddress - BaseAddress;
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiDxeCis.h65 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon20563
116 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon20564
153 @param BaseAddress The physical address that is the start address
169 BaseAddress and Length.
171 specified by BaseAddress and Length conflicts
175 specified by BaseAddress and Length was allocated
183 IN EFI_PHYSICAL_ADDRESS BaseAddress,
194 @param Alignment The log base 2 of the boundary that BaseAddress must
198 @param BaseAddress A pointer to a physical address to allocate.
207 @retval EFI_INVALID_PARAMETER BaseAddress i
[all...]
H A DPiHob.h240 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon20589
250 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon20590
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1666 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); local
1669 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
1671 unsigned StubOffset = StubAddress - BaseAddress;
1720 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); local
1723 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
1725 unsigned StubOffset = StubAddress - BaseAddress;
/external/libchrome/sandbox/win/src/
H A Dnt_internals.h228 IN OUT PVOID *BaseAddress,
239 IN PVOID BaseAddress);
247 PVOID BaseAddress; member in struct:_SECTION_BASIC_INFORMATION
487 IN OUT PVOID *BaseAddress,
495 IN OUT PVOID *BaseAddress,
512 IN PVOID BaseAddress,
520 IN OUT PVOID* BaseAddress,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6536 uint64_t BaseAddress = 0; local
6538 BaseAddress = Sections[0].getAddress();
6540 BaseAddress = BaseSegmentAddress;
6546 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI));
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1106 ULONG64 BaseAddress; member in struct:_MINIDUMP_FUNCTION_TABLE_DESCRIPTOR

Completed in 279 milliseconds