Lines Matching refs:emitInt32

39   OS.emitInt32(BTFType.NameOff);  in emitType()
41 OS.emitInt32(BTFType.Info); in emitType()
42 OS.emitInt32(BTFType.Size); in emitType()
162 OS.emitInt32(IntVal); in emitType()
199 OS.emitInt32(Enum.NameOff); in emitType()
200 OS.emitInt32(Enum.Val); in emitType()
238 OS.emitInt32(Enum.NameOff); in emitType()
240 OS.emitInt32(Enum.Val_Lo32); in emitType()
242 OS.emitInt32(Enum.Val_Hi32); in emitType()
271 OS.emitInt32(ArrayInfo.ElemType); in emitType()
272 OS.emitInt32(ArrayInfo.IndexType); in emitType()
273 OS.emitInt32(ArrayInfo.Nelems); in emitType()
314 OS.emitInt32(Member.NameOff); in emitType()
315 OS.emitInt32(Member.Type); in emitType()
317 OS.emitInt32(Member.Offset); in emitType()
365 OS.emitInt32(Param.NameOff); in emitType()
366 OS.emitInt32(Param.Type); in emitType()
402 OS.emitInt32(Info); in emitType()
421 OS.emitInt32(std::get<0>(V)); in emitType()
423 OS.emitInt32(std::get<2>(V)); in emitType()
461 OS.emitInt32(Info); in emitType()
1005 OS.emitInt32(BTF::HeaderSize); in emitBTFSection()
1012 OS.emitInt32(0); in emitBTFSection()
1013 OS.emitInt32(TypeLen); in emitBTFSection()
1014 OS.emitInt32(TypeLen); in emitBTFSection()
1015 OS.emitInt32(StrLen); in emitBTFSection()
1045 OS.emitInt32(BTF::ExtHeaderSize); in emitBTFExtSection()
1067 OS.emitInt32(0); in emitBTFExtSection()
1068 OS.emitInt32(FuncLen); in emitBTFExtSection()
1069 OS.emitInt32(FuncLen); in emitBTFExtSection()
1070 OS.emitInt32(LineLen); in emitBTFExtSection()
1071 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()
1072 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
1076 OS.emitInt32(BTF::BPFFuncInfoSize); in emitBTFExtSection()
1080 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
1081 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
1084 OS.emitInt32(FuncInfo.TypeId); in emitBTFExtSection()
1090 OS.emitInt32(BTF::BPFLineInfoSize); in emitBTFExtSection()
1094 OS.emitInt32(LineSec.first); in emitBTFExtSection()
1095 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
1098 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()
1099 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
1102 OS.emitInt32(LineInfo.LineNum << 10 | LineInfo.ColumnNum); in emitBTFExtSection()
1109 OS.emitInt32(BTF::BPFFieldRelocSize); in emitBTFExtSection()
1113 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
1114 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
1117 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()
1118 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()
1119 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()