Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c269 ACPI_PHYSICAL_ADDRESS *TableAddress) in AcpiFindRootPointer() argument
345 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
377 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp140 uintptr_t TableAddress) const { in checkSectionAddress()
141 if (Addr < TableAddress) in checkSectionAddress()
144 uintptr_t Offset = Addr - TableAddress; in checkSectionAddress()