Lines Matching refs:emitInt32
38 OS.emitInt32(BTFType.NameOff); in emitType()
40 OS.emitInt32(BTFType.Info); in emitType()
41 OS.emitInt32(BTFType.Size); in emitType()
152 OS.emitInt32(IntVal); in emitType()
188 OS.emitInt32(Enum.NameOff); in emitType()
189 OS.emitInt32(Enum.Val); in emitType()
218 OS.emitInt32(ArrayInfo.ElemType); in emitType()
219 OS.emitInt32(ArrayInfo.IndexType); in emitType()
220 OS.emitInt32(ArrayInfo.Nelems); in emitType()
261 OS.emitInt32(Member.NameOff); in emitType()
262 OS.emitInt32(Member.Type); in emitType()
264 OS.emitInt32(Member.Offset); in emitType()
312 OS.emitInt32(Param.NameOff); in emitType()
313 OS.emitInt32(Param.Type); in emitType()
349 OS.emitInt32(Info); in emitType()
368 OS.emitInt32(std::get<0>(V)); in emitType()
370 OS.emitInt32(std::get<2>(V)); in emitType()
790 OS.emitInt32(BTF::HeaderSize); in emitBTFSection()
797 OS.emitInt32(0); in emitBTFSection()
798 OS.emitInt32(TypeLen); in emitBTFSection()
799 OS.emitInt32(TypeLen); in emitBTFSection()
800 OS.emitInt32(StrLen); in emitBTFSection()
828 OS.emitInt32(BTF::ExtHeaderSize); in emitBTFExtSection()
850 OS.emitInt32(0); in emitBTFExtSection()
851 OS.emitInt32(FuncLen); in emitBTFExtSection()
852 OS.emitInt32(FuncLen); in emitBTFExtSection()
853 OS.emitInt32(LineLen); in emitBTFExtSection()
854 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()
855 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
859 OS.emitInt32(BTF::BPFFuncInfoSize); in emitBTFExtSection()
863 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
864 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
867 OS.emitInt32(FuncInfo.TypeId); in emitBTFExtSection()
873 OS.emitInt32(BTF::BPFLineInfoSize); in emitBTFExtSection()
877 OS.emitInt32(LineSec.first); in emitBTFExtSection()
878 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
881 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()
882 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
885 OS.emitInt32(LineInfo.LineNum << 10 | LineInfo.ColumnNum); in emitBTFExtSection()
892 OS.emitInt32(BTF::BPFFieldRelocSize); in emitBTFExtSection()
896 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
897 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
900 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()
901 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()
902 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()