type_descriptor
struct type_descriptor *d_ftype; /* from type */
struct type_descriptor *d_ttype; /* to type */
struct type_descriptor *d_type;
struct type_descriptor *d_atype; /* array type */
struct type_descriptor *d_itype; /* index type */
struct type_descriptor *d_type;
struct type_descriptor *d_ltype;
struct type_descriptor *d_rtype;
struct type_descriptor *d_type;
int64_t kubsan_deserialize_int(struct type_descriptor *,
uint64_t kubsan_deserialize_uint(struct type_descriptor *,
void kubsan_format_int(struct type_descriptor *, unsigned long,
static int is_negative(struct type_descriptor *, unsigned long);
static int is_shift_exponent_too_large(struct type_descriptor *,
kubsan_deserialize_int(struct type_descriptor *typ, unsigned long val)
kubsan_deserialize_uint(struct type_descriptor *typ, unsigned long val)
kubsan_format_int(struct type_descriptor *typ, unsigned long val,
is_negative(struct type_descriptor *typ, unsigned long val)
is_shift_exponent_too_large(struct type_descriptor *typ, unsigned long val)