Searched refs:BaseAddress (Results 1 - 20 of 20) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiDxeCis.h65 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon22135
116 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon22136
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:__anon22161
250 EFI_PHYSICAL_ADDRESS BaseAddress; member in struct:__anon22162
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp58 DWARFDebugRangeList::getAbsoluteRanges(uint64_t BaseAddress) const {
62 BaseAddress = RLE.EndAddress;
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress,
65 BaseAddress + RLE.EndAddress));
/external/compiler-rt/lib/builtins/
H A Denable_execute_stack.c54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect);
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h74 DWARFAddressRangesVector getAbsoluteRanges(uint64_t BaseAddress) const;
/external/compiler-rt/test/builtins/Unit/
H A Dclear_cache_test.c66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
H A Denable_execute_stack_test.c27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DCpu.h228 This function modifies the attributes for the memory region specified by BaseAddress and
232 @param BaseAddress The physical address that is the start address of a memory region.
238 BaseAddress and Length cannot be modified.
243 resource range specified by BaseAddress and Length.
245 range specified by BaseAddress and Length.
252 IN EFI_PHYSICAL_ADDRESS BaseAddress,
/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; }
H A DDwarfCompileUnit.cpp23 Skeleton(nullptr), BaseAddress(nullptr) {
/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/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc83 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
250 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end;
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc988 (std::max)(reinterpret_cast<ULONG64>(info.BaseAddress),
992 reinterpret_cast<ULONG64>(info.BaseAddress)
/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/compiler-rt/lib/interception/
H A Dinterception_win.cc320 address = (uptr)info.BaseAddress + info.RegionSize;
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1106 ULONG64 BaseAddress; member in struct:_MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
/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/dlmalloc/
H A Dmalloc.c1686 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr ||
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1388 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr ||

Completed in 821 milliseconds