Lines Matching refs:emitInt32
42 OS.emitInt32(BTFType.NameOff); in emitType()
44 OS.emitInt32(BTFType.Info); in emitType()
45 OS.emitInt32(BTFType.Size); in emitType()
165 OS.emitInt32(IntVal); in emitType()
202 OS.emitInt32(Enum.NameOff); in emitType()
203 OS.emitInt32(Enum.Val); in emitType()
241 OS.emitInt32(Enum.NameOff); in emitType()
243 OS.emitInt32(Enum.Val_Lo32); in emitType()
245 OS.emitInt32(Enum.Val_Hi32); in emitType()
274 OS.emitInt32(ArrayInfo.ElemType); in emitType()
275 OS.emitInt32(ArrayInfo.IndexType); in emitType()
276 OS.emitInt32(ArrayInfo.Nelems); in emitType()
317 OS.emitInt32(Member.NameOff); in emitType()
318 OS.emitInt32(Member.Type); in emitType()
320 OS.emitInt32(Member.Offset); in emitType()
368 OS.emitInt32(Param.NameOff); in emitType()
369 OS.emitInt32(Param.Type); in emitType()
405 OS.emitInt32(Info); in emitType()
424 OS.emitInt32(std::get<0>(V)); in emitType()
426 OS.emitInt32(std::get<2>(V)); in emitType()
464 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()