Home
last modified time | relevance | path

Searched refs:TableAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
HDtbxfroot.c269 ACPI_PHYSICAL_ADDRESS *TableAddress) in AcpiFindRootPointer() argument
331 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
363 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp140 uintptr_t TableAddress) const { in checkSectionAddress()
141 if (Addr < TableAddress) in checkSectionAddress()
144 uintptr_t Offset = Addr - TableAddress; in checkSectionAddress()