Searched defs:BTFEnum (Results 1 – 2 of 2) sorted by relevance
143 struct BTFEnum { struct144 uint32_t NameOff; ///< Enum name offset in the string table145 int32_t Val; ///< Enum member value
172 struct BTF::BTFEnum BTFEnum; in completeType() local