Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp66 const uint32_t InfoLength = Data.getU32(&Offset); in decode() local
67 if (!Data.isValidOffsetForDataOfSize(Offset, InfoLength)) in decode()
71 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode()
114 Offset += InfoLength; in decode()
273 const uint32_t InfoLength = Data.getU32(&Offset); in lookup() local
274 const StringRef InfoBytes = Data.getData().substr(Offset, InfoLength); in lookup()
275 if (InfoLength != InfoBytes.size()) in lookup()
325 Offset += InfoLength; in lookup()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c1190 UINT32 InfoLength; in AcpiDmDumpCsrt() local
1246 InfoLength = SubSubtable->Length - SubSubOffset; in AcpiDmDumpCsrt()
1247 if (InfoLength) in AcpiDmDumpCsrt()
1251 InfoLength, AcpiDmTableInfoCsrt2a); in AcpiDmDumpCsrt()