| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dtexpress.c | 406 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 D | dtio.c | 1044 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList() 1190 DtDumpBuffer (ASL_FILE_LISTING_OUTPUT, Buffer, Field->TableOffset, Length); in DtWriteFieldToListing()
|
| H A D | dtcompiler.h | 204 UINT32 TableOffset; /* Binary offset within ACPI table */ member
|
| H A D | dtcompile.c | 629 LocalField->TableOffset = AslGbl_CurrentTableOffset; in DtCompileTable()
|
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | acfileio.c | 390 long TableOffset; in AcGetOneTableFromFile() local 397 TableOffset = ftell (File); in AcGetOneTableFromFile() 408 Status = AcValidateTableHeader (File, TableOffset); in AcGetOneTableFromFile() 438 fseek (File, TableOffset, SEEK_SET); in AcGetOneTableFromFile() 540 long TableOffset) in AcValidateTableHeader() argument 555 fseek (File, TableOffset, SEEK_SET); in AcValidateTableHeader() 575 if (TableHeader.Length > (UINT32) (FileSize - TableOffset)) in AcValidateTableHeader() 580 (UINT32) (FileSize - TableOffset)); in AcValidateTableHeader()
|
| H A D | dmtable.c | 876 UINT32 TableOffset, in AcpiDmDumpTable() argument 910 CurrentOffset = TableOffset + Info->Offset; in AcpiDmDumpTable() 1727 if (TableOffset && !SubtableLength) in AcpiDmDumpTable()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sainit.c | 2520 bit32 TableOffset; in mpiInitialize() local 2544 bit32 TableOffset; in mpiInitialize() local 3703 bit32 CFGTableOffset, TableOffset; in mpiReadGSTable() local 3712 if(0xFFFFFFFF == TableOffset) in mpiReadGSTable() 3724 TableOffset = (TableOffset & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiReadGSTable() 3754 TableOffset &= 0x00FFFFFF; in mpiReadGSTable() 3755 TableOffset = TableOffset + CFGTableOffset; in mpiReadGSTable() 4069 bit32 CFGTableOffset, TableOffset; in mpiReadCALTable() local 4079 TableOffset = (TableOffset & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiReadCALTable() 4125 bit32 CFGTableOffset, TableOffset; in mpiWriteCALTable() local [all …]
|
| H A D | sahw.c | 2934 bit32 TableOffset; in siGetTableOffset() local 2941 TableOffset = ossaHwRegReadExt(agRoot,siGetPciBar(agRoot) ,MSGUCfgTblBase +TableOffsetInTable ); in siGetTableOffset() 2942 SA_DBG4(("GetTableOffset:TableOffset with size 0x%x\n", TableOffset)); in siGetTableOffset() 2945 TableOffset &= 0xFFFFFF; in siGetTableOffset() 2946 TableOffset +=MSGUCfgTblBase; in siGetTableOffset() 2947 return(TableOffset); in siGetTableOffset()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acapps.h | 243 long TableOffset);
|
| H A D | acdisasm.h | 607 UINT32 TableOffset,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 371 ParsingState(struct LineTable *LT, uint64_t TableOffset,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 392 uint64_t TableOffset; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 517 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable() 662 TableOffset = OutputStream->tell(); in writeHeader()
|
| H A D | SampleProfReader.cpp | 1206 auto TableOffset = readUnencodedNumber<uint64_t>(); in readFuncOffsetTable() local 1207 if (std::error_code EC = TableOffset.getError()) in readFuncOffsetTable() 1213 *TableOffset; in readFuncOffsetTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 223 uint64_t TableOffset = Offset; in dumpAddrSection() local 230 Offset = TableOffset + *TableLength; in dumpAddrSection() 248 uint64_t TableOffset = Offset; in dumpRnglistsSection() local 256 Offset = TableOffset + Length; in dumpRnglistsSection()
|
| H A D | DWARFDebugLine.cpp | 540 struct LineTable *LT, uint64_t TableOffset, in ParsingState() argument 542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1771 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); in getTableEntry() local 1772 return getTableEntryAtOffset(TableOffset + sizeof(Table) + in getTableEntry()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2444 uint64_t TableOffset = TableData - Obj.base(); in checkGNUHashTable() local 2446 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable() 2447 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable() 2452 Twine::utohexstr(TableOffset) + in checkGNUHashTable()
|