• Home
  • Raw
  • Download

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()
765 OS.emitInt32(BTF::HeaderSize); in emitBTFSection()
772 OS.emitInt32(0); in emitBTFSection()
773 OS.emitInt32(TypeLen); in emitBTFSection()
774 OS.emitInt32(TypeLen); in emitBTFSection()
775 OS.emitInt32(StrLen); in emitBTFSection()
803 OS.emitInt32(BTF::ExtHeaderSize); in emitBTFExtSection()
825 OS.emitInt32(0); in emitBTFExtSection()
826 OS.emitInt32(FuncLen); in emitBTFExtSection()
827 OS.emitInt32(FuncLen); in emitBTFExtSection()
828 OS.emitInt32(LineLen); in emitBTFExtSection()
829 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()
830 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()
834 OS.emitInt32(BTF::BPFFuncInfoSize); in emitBTFExtSection()
838 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
839 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
842 OS.emitInt32(FuncInfo.TypeId); in emitBTFExtSection()
848 OS.emitInt32(BTF::BPFLineInfoSize); in emitBTFExtSection()
852 OS.emitInt32(LineSec.first); in emitBTFExtSection()
853 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
856 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()
857 OS.emitInt32(LineInfo.LineOff); in emitBTFExtSection()
860 OS.emitInt32(LineInfo.LineNum << 10 | LineInfo.ColumnNum); in emitBTFExtSection()
867 OS.emitInt32(BTF::BPFFieldRelocSize); in emitBTFExtSection()
871 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()
872 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()
875 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()
876 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()
877 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()