Lines Matching refs:EmitIntValue
36 OS.EmitIntValue(BTFType.NameOff, 4); in emitType()
38 OS.EmitIntValue(BTFType.Info, 4); in emitType()
39 OS.EmitIntValue(BTFType.Size, 4); in emitType()
130 OS.EmitIntValue(IntVal, 4); in emitType()
157 OS.EmitIntValue(Enum.NameOff, 4); in emitType()
158 OS.EmitIntValue(Enum.Val, 4); in emitType()
205 OS.EmitIntValue(ArrayInfo.ElemType, 4); in emitType()
206 OS.EmitIntValue(ArrayInfo.IndexType, 4); in emitType()
207 OS.EmitIntValue(ArrayInfo.Nelems, 4); in emitType()
243 OS.EmitIntValue(Member.NameOff, 4); in emitType()
244 OS.EmitIntValue(Member.Type, 4); in emitType()
246 OS.EmitIntValue(Member.Offset, 4); in emitType()
288 OS.EmitIntValue(Param.NameOff, 4); in emitType()
289 OS.EmitIntValue(Param.Type, 4); in emitType()
544 OS.EmitIntValue(BTF::MAGIC, 2); in emitCommonHeader()
545 OS.EmitIntValue(BTF::VERSION, 1); in emitCommonHeader()
546 OS.EmitIntValue(0, 1); in emitCommonHeader()
555 OS.EmitIntValue(BTF::HeaderSize, 4); in emitBTFSection()
562 OS.EmitIntValue(0, 4); in emitBTFSection()
563 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()
564 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()
565 OS.EmitIntValue(StrLen, 4); in emitBTFSection()
587 OS.EmitIntValue(BTF::ExtHeaderSize, 4); in emitBTFExtSection()
600 OS.EmitIntValue(0, 4); in emitBTFExtSection()
601 OS.EmitIntValue(FuncLen, 4); in emitBTFExtSection()
602 OS.EmitIntValue(FuncLen, 4); in emitBTFExtSection()
603 OS.EmitIntValue(LineLen, 4); in emitBTFExtSection()
607 OS.EmitIntValue(BTF::BPFFuncInfoSize, 4); in emitBTFExtSection()
611 OS.EmitIntValue(FuncSec.first, 4); in emitBTFExtSection()
612 OS.EmitIntValue(FuncSec.second.size(), 4); in emitBTFExtSection()
615 OS.EmitIntValue(FuncInfo.TypeId, 4); in emitBTFExtSection()
621 OS.EmitIntValue(BTF::BPFLineInfoSize, 4); in emitBTFExtSection()
625 OS.EmitIntValue(LineSec.first, 4); in emitBTFExtSection()
626 OS.EmitIntValue(LineSec.second.size(), 4); in emitBTFExtSection()
629 OS.EmitIntValue(LineInfo.FileNameOff, 4); in emitBTFExtSection()
630 OS.EmitIntValue(LineInfo.LineOff, 4); in emitBTFExtSection()
633 OS.EmitIntValue(LineInfo.LineNum << 10 | LineInfo.ColumnNum, 4); in emitBTFExtSection()