Home
last modified time | relevance | path

Searched defs:TablePtr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/tables/
H A Dtbxfroot.c163 UINT8 *TablePtr; in AcpiFindRootPointer() local
H A Dtbdata.c182 ACPI_TABLE_HEADER **TablePtr, in AcpiTbAcquireTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h735 Expected<const uint8_t *> TablePtr = toMappedAddr(*ElfGnuHash); in getDynSymtabSize() local
745 Expected<const uint8_t *> TablePtr = toMappedAddr(*ElfHash); in getDynSymtabSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp632 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64(); in sections64() local
639 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32() local
H A DCOFFObjectFile.cpp1763 const uint8_t *TablePtr = reinterpret_cast<const uint8_t *>(&Table); in getTableEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp227 MachineInstrBuilder MachineIRBuilder::buildBrJT(Register TablePtr, in buildBrJT()