Searched refs:BTFType (Results 1 – 2 of 2) sorted by relevance
38 OS.EmitIntValue(BTFType.Info, 4); in emitType()39 OS.EmitIntValue(BTFType.Size, 4); in emitType()63 BTFType.Info = Kind << 24; in BTFTypeDerived()75 BTFType.Type = 0; in completeType()87 BTFType.Type = 0; in BTFTypeFwd()118 BTFType.Info = Kind << 24; in BTFTypeInt()164 BTFType.Info = Kind << 24; in BTFTypeArray()171 BTFType.Size = 0; in completeType()267 BTFType.NameOff = 0; in completeType()296 BTFType.Info = Kind << 24; in BTFTypeFunc()[all …]
37 struct BTF::CommonType BTFType; variable