Searched refs:BTFType (Results 1 – 2 of 2) sorted by relevance
40 OS.emitInt32(BTFType.Info); in emitType()41 OS.emitInt32(BTFType.Size); in emitType()66 BTFType.Info = Kind << 24; in BTFTypeDerived()85 BTFType.Type = 0; in completeType()101 BTFType.Type = 0; in BTFTypeFwd()136 BTFType.Info = Kind << 24; in BTFTypeInt()195 BTFType.NameOff = 0; in BTFTypeArray()197 BTFType.Size = 0; in BTFTypeArray()291 BTFType.NameOff = 0; in completeType()339 BTFType.Type = TypeId; in BTFKindVar()[all …]
44 struct BTF::CommonType BTFType; variable