Lines Matching refs:tid
345 s32 tid; in btf_type_is_char_ptr() local
347 real_type = btf_type_skip_modifiers(btf, type->type, &tid); in btf_type_is_char_ptr()
364 s32 tid; in btf_type_is_char_array() local
371 real_type = btf_type_skip_modifiers(btf, array->type, &tid); in btf_type_is_char_array()
558 s32 tid; in parse_btf_field() local
567 type = btf_type_skip_modifiers(ctx->btf, type->type, &tid); in parse_btf_field()
604 type = btf_type_skip_modifiers(ctx->btf, field->type, &tid); in parse_btf_field()
640 u32 tid; in parse_btf_arg() local
663 tid = ctx->proto->type; in parse_btf_arg()
702 tid = params[i].type; in parse_btf_arg()
710 type = btf_type_skip_modifiers(ctx->btf, tid, &tid); in parse_btf_arg()