Home
last modified time | relevance | path

Searched refs:TableOffset (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c406 LabelField->TableOffset); in DtResolveLabel()
408 return (LabelField->TableOffset); in DtResolveLabel()
431 UINT32 TableOffset; in DtDetectAllLabels() local
434 TableOffset = AslGbl_CurrentTableOffset; in DtDetectAllLabels()
451 GenericField->TableOffset = TableOffset; in DtDetectAllLabels()
452 TableOffset += DtGetFieldLength (GenericField, Info); in DtDetectAllLabels()
487 ACPI_GET_FUNCTION_NAME, Field->Value, Field->TableOffset); in DtInsertLabelField()
H A Ddttable2.c1213 UINT32 TableOffset = 0; in DtCompilePhat() local
1230 TableOffset += Subtable->Length; in DtCompilePhat()
1253 (*PFieldList)->TableOffset, (*PFieldList)->Name, Subtable->Length); in DtCompilePhat()
1259 TableOffset = sizeof (ACPI_PHAT_HEALTH_DATA); in DtCompilePhat()
1264TableOffset, DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value); in DtCompilePhat()
1281 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1284 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1291 snprintf (DataOffsetField->Value, Subtable->Length, "%X", TableOffset); in DtCompilePhat()
1294 … DbgPrint (ASL_DEBUG_OUTPUT, "4 Offset: %X, Length: %X\n", TableOffset, Subtable->Length); in DtCompilePhat()
1298 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat()
[all …]
H A Ddtio.c1044 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList()
1190 DtDumpBuffer (ASL_FILE_LISTING_OUTPUT, Buffer, Field->TableOffset, Length); in DtWriteFieldToListing()
H A Ddtcompile.c671 LocalField->TableOffset = AslGbl_CurrentTableOffset; in DtCompileTable()
H A Ddtcompiler.h204 UINT32 TableOffset; /* Binary offset within ACPI table */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Dacfileio.c392 long TableOffset = 0; in AcGetOneTableFromFile() local
411 Status = AcValidateTableHeader (File, TableOffset); in AcGetOneTableFromFile()
417 TableOffset = ftell (File); in AcGetOneTableFromFile()
465 fseek (File, TableOffset, SEEK_SET); in AcGetOneTableFromFile()
576 long TableOffset) in AcValidateTableHeader() argument
603 if (fseek (File, TableOffset, SEEK_SET)) in AcValidateTableHeader()
648 if (TableHeader.Length > (UINT32) (FileSize - TableOffset)) in AcValidateTableHeader()
653 (UINT32) (FileSize - TableOffset)); in AcValidateTableHeader()
657 else if (CdatTableHeader->Length > (UINT32) (FileSize - TableOffset)) in AcValidateTableHeader()
664 (UINT32) (FileSize - TableOffset)); in AcValidateTableHeader()
H A Ddmtable.c1036 UINT32 TableOffset, in AcpiDmDumpTable() argument
1070 CurrentOffset = TableOffset + Info->Offset; in AcpiDmDumpTable()
2196 if (TableOffset && !SubtableLength) in AcpiDmDumpTable()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2519 bit32 TableOffset; in mpiInitialize() local
2521 TableOffset = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0); in mpiInitialize()
2522 TableOffset &= SCRATCH_PAD0_OFFSET_MASK; in mpiInitialize()
2523 …textTable TableOffset 0x%08X contains 0x%08X\n",TableOffset,ossaHwRegReadExt(agRoot, pcibar, Table… in mpiInitialize()
2525 …SA_ASSERT( (ossaHwRegReadExt(agRoot, pcibar, TableOffset ) == 0x53434D50), "Config table signiture… in mpiInitialize()
2528 …TATUS_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_GST_OFFSET… in mpiInitialize()
2529 …UEUE_CONFIGURATION_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_IBQ_OFFSET… in mpiInitialize()
2530 …QUEUE_CONFIGURATION_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_OBQ_OFFSET… in mpiInitialize()
2531 …NALOG_SETUP_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_ANALOG_SET… in mpiInitialize()
2532 …_VECTOR_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_INT_VEC_TA… in mpiInitialize()
[all …]
H A Dsahw.c2933 bit32 TableOffset; in siGetTableOffset() local
2940 TableOffset = ossaHwRegReadExt(agRoot,siGetPciBar(agRoot) ,MSGUCfgTblBase +TableOffsetInTable ); in siGetTableOffset()
2941 SA_DBG4(("GetTableOffset:TableOffset with size 0x%x\n", TableOffset)); in siGetTableOffset()
2944 TableOffset &= 0xFFFFFF; in siGetTableOffset()
2945 TableOffset +=MSGUCfgTblBase; in siGetTableOffset()
2946 return(TableOffset); in siGetTableOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h265 uint32_t TableOffset = Offset - StringTableOffset; in getName() local
266 return StringTable.slice(TableOffset, StringTable.find('\0', TableOffset)); in getName()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacapps.h243 long TableOffset);
H A Dacdisasm.h745 UINT32 TableOffset,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h374 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp909 uint64_t TableOffset = Offset; in dumpAddrSection() local
916 Offset = TableOffset + *TableLength; in dumpAddrSection()
934 uint64_t TableOffset = Offset; in dumpRnglistsSection() local
942 Offset = TableOffset + Length; in dumpRnglistsSection()
H A DDWARFDebugLine.cpp563 struct LineTable *LT, uint64_t TableOffset, in ParsingState() argument
565 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1870 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); in getTableEntry() local
1871 return getTableEntryAtOffset(TableOffset + sizeof(Table) + in getTableEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp603 IO.mapRequired("TableOffset", Symbol.TableOffset); in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp954 formatSegmentOffset(JumpTable.TableSegment, JumpTable.TableOffset), in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2627 uint64_t TableOffset = TableData - Obj.base(); in checkGNUHashTable() local
2629 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2630 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2635 Twine::utohexstr(TableOffset) + in checkGNUHashTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1697 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()