Symbol: type_descriptor
sys/kern/subr_kubsan.c
134
struct type_descriptor *d_ftype; /* from type */
sys/kern/subr_kubsan.c
135
struct type_descriptor *d_ttype; /* to type */
sys/kern/subr_kubsan.c
145
struct type_descriptor *d_type;
sys/kern/subr_kubsan.c
156
struct type_descriptor *d_atype; /* array type */
sys/kern/subr_kubsan.c
157
struct type_descriptor *d_itype; /* index type */
sys/kern/subr_kubsan.c
162
struct type_descriptor *d_type;
sys/kern/subr_kubsan.c
171
struct type_descriptor *d_ltype;
sys/kern/subr_kubsan.c
172
struct type_descriptor *d_rtype;
sys/kern/subr_kubsan.c
177
struct type_descriptor *d_type;
sys/kern/subr_kubsan.c
186
int64_t kubsan_deserialize_int(struct type_descriptor *,
sys/kern/subr_kubsan.c
188
uint64_t kubsan_deserialize_uint(struct type_descriptor *,
sys/kern/subr_kubsan.c
191
void kubsan_format_int(struct type_descriptor *, unsigned long,
sys/kern/subr_kubsan.c
200
static int is_negative(struct type_descriptor *, unsigned long);
sys/kern/subr_kubsan.c
201
static int is_shift_exponent_too_large(struct type_descriptor *,
sys/kern/subr_kubsan.c
421
kubsan_deserialize_int(struct type_descriptor *typ, unsigned long val)
sys/kern/subr_kubsan.c
437
kubsan_deserialize_uint(struct type_descriptor *typ, unsigned long val)
sys/kern/subr_kubsan.c
475
kubsan_format_int(struct type_descriptor *typ, unsigned long val,
sys/kern/subr_kubsan.c
763
is_negative(struct type_descriptor *typ, unsigned long val)
sys/kern/subr_kubsan.c
769
is_shift_exponent_too_large(struct type_descriptor *typ, unsigned long val)