Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp62 const uint32_t InfoLength = Data.getU32(&Offset); in decode() local
63 if (!Data.isValidOffsetForDataOfSize(Offset, InfoLength)) in decode()
67 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode()
94 Offset += InfoLength; in decode()
190 const uint32_t InfoLength = Data.getU32(&Offset); in lookup() local
191 const StringRef InfoBytes = Data.getData().substr(Offset, InfoLength); in lookup()
192 if (InfoLength != InfoBytes.size()) in lookup()
218 Offset += InfoLength; in lookup()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c411 UINT32 InfoLength; in AcpiDmDumpCsrt() local
467 InfoLength = SubSubtable->Length - SubSubOffset; in AcpiDmDumpCsrt()
468 if (InfoLength) in AcpiDmDumpCsrt()
472 InfoLength, AcpiDmTableInfoCsrt2a); in AcpiDmDumpCsrt()