Lines Matching refs:emitInt32

41   OS.emitInt32(BTFType.NameOff);  in emitType()
43 OS.emitInt32(BTFType.Info); in emitType()
44 OS.emitInt32(BTFType.Size); in emitType()
164 OS.emitInt32(IntVal); in emitType()
201 OS.emitInt32(Enum.NameOff); in emitType()
202 OS.emitInt32(Enum.Val); in emitType()
240 OS.emitInt32(Enum.NameOff); in emitType()
242 OS.emitInt32(Enum.Val_Lo32); in emitType()
244 OS.emitInt32(Enum.Val_Hi32); in emitType()
273 OS.emitInt32(ArrayInfo.ElemType); in emitType()
274 OS.emitInt32(ArrayInfo.IndexType); in emitType()
275 OS.emitInt32(ArrayInfo.Nelems); in emitType()
316 OS.emitInt32(Member.NameOff); in emitType()
317 OS.emitInt32(Member.Type); in emitType()
319 OS.emitInt32(Member.Offset); in emitType()
367 OS.emitInt32(Param.NameOff); in emitType()
368 OS.emitInt32(Param.Type); in emitType()
404 OS.emitInt32(Info); in emitType()
423 OS.emitInt32(std::get<0>(V)); in emitType()
425 OS.emitInt32(std::get<2>(V)); in emitType()
463 OS.emitInt32(Info); in emitType()
1044 OS.emitInt32(BTF::HeaderSize); in emitBTFSection()
1051 OS.emitInt32(0); in emitBTFSection()
1052 OS.emitInt32(TypeLen); in emitBTFSection()
1053 OS.emitInt32(TypeLen); in emitBTFSection()
1054 OS.emitInt32(StrLen); in emitBTFSection()
1084 OS.emitInt32(BTF::ExtHeaderSize); in emitBTFExtSection()
1106 OS.emitInt32(0); in emitBTFExtSection()
1107 OS.emitInt32(FuncLen); in emitBTFExtSection()
1108 OS.emitInt32(FuncLen); in emitBTFExtSection()
1109 OS.emitInt32(LineLen); in emitBTFExtSection()
1110 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()
1111 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
1115 OS.emitInt32(BTF::BPFFuncInfoSize); in emitBTFExtSection()
1119 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
1120 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
1123 OS.emitInt32(FuncInfo.TypeId); in emitBTFExtSection()
1129 OS.emitInt32(BTF::BPFLineInfoSize); in emitBTFExtSection()
1133 OS.emitInt32(LineSec.first); in emitBTFExtSection()
1134 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
1137 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()
1138 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
1141 OS.emitInt32(LineInfo.LineNum << 10 | LineInfo.ColumnNum); in emitBTFExtSection()
1148 OS.emitInt32(BTF::BPFFieldRelocSize); in emitBTFExtSection()
1152 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
1153 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
1156 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()
1157 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()
1158 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()