Home
last modified time | relevance | path

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

/freebsd-14.2/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()
486 Field->Value, Field->TableOffset); in DtInsertLabelField()
H A Ddttable2.c1381 UINT32 TableOffset = 0; in DtCompilePhat() local
1398 TableOffset += Subtable->Length; in DtCompilePhat()
1427 TableOffset = sizeof (ACPI_PHAT_HEALTH_DATA); in DtCompilePhat()
1449 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1452 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1517 TableOffset += Subtable->Length; in DtCompilePhat()
1530 TableOffset += Subtable->Length; in DtCompilePhat()
1535 Subtable->Length, TableOffset); in DtCompilePhat()
1555 DeviceDataLength, (*PFieldList)->Name, TableOffset, in DtCompilePhat()
1565 DataOffsetValue, TableOffset); 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-14.2/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.c1060 UINT32 TableOffset, in AcpiDmDumpTable() argument
1094 CurrentOffset = TableOffset + Info->Offset; in AcpiDmDumpTable()
2290 if (TableOffset && !SubtableLength) in AcpiDmDumpTable()
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2519 bit32 TableOffset; in mpiInitialize() local
2543 bit32 TableOffset; in mpiInitialize() local
3702 bit32 CFGTableOffset, TableOffset; in mpiReadGSTable() local
3711 if(0xFFFFFFFF == TableOffset) in mpiReadGSTable()
3723 TableOffset = (TableOffset & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiReadGSTable()
3753 TableOffset &= 0x00FFFFFF; in mpiReadGSTable()
3754 TableOffset = TableOffset + CFGTableOffset; in mpiReadGSTable()
4068 bit32 CFGTableOffset, TableOffset; in mpiReadCALTable() local
4078 TableOffset = (TableOffset & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiReadCALTable()
4124 bit32 CFGTableOffset, TableOffset; in mpiWriteCALTable() local
[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-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h257 uint32_t TableOffset = Offset - StringTableOffset; in getName() local
258 return StringTable.slice(TableOffset, StringTable.find('\0', TableOffset)); in getName()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacapps.h243 long TableOffset);
H A Dacdisasm.h713 UINT32 TableOffset,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h374 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp908 uint64_t TableOffset = Offset; in dumpAddrSection() local
915 Offset = TableOffset + *TableLength; in dumpAddrSection()
933 uint64_t TableOffset = Offset; in dumpRnglistsSection() local
941 Offset = TableOffset + Length; in dumpRnglistsSection()
H A DDWARFDebugLine.cpp547 struct LineTable *LT, uint64_t TableOffset, in ParsingState() argument
549 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp492 error(IO.mapInteger(JumpTable.TableOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp668 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1886 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); in getTableEntry() local
1887 return getTableEntryAtOffset(TableOffset + sizeof(Table) + in getTableEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp604 IO.mapRequired("TableOffset", Symbol.TableOffset); in map()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h159 uint32_t TableOffset = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp950 formatSegmentOffset(JumpTable.TableSegment, JumpTable.TableOffset), in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2652 uint64_t TableOffset = TableData - Obj.base(); in checkGNUHashTable() local
2654 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2655 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2660 Twine::utohexstr(TableOffset) + in checkGNUHashTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1697 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()