Lines Matching refs:p
357 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced() local
359 for (j = 0; j < vlen; j++, p++) in btf_dump_mark_referenced()
360 d->type_states[p->type].referenced = 1; in btf_dump_mark_referenced()
586 const struct btf_param *p = btf_params(t); in btf_dump_order_type() local
595 for (i = 0; i < vlen; i++, p++) { in btf_dump_order_type()
596 err = btf_dump_order_type(d, p->type, through_ptr); in btf_dump_order_type()
818 const struct btf_param *p = btf_params(t); in btf_dump_emit_type() local
823 for (i = 0; i < n; i++, p++) in btf_dump_emit_type()
824 btf_dump_emit_type(d, p->type, cont_id); in btf_dump_emit_type()
1537 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain() local
1566 if (vlen == 0 || (vlen == 1 && p->type == 0)) { in btf_dump_emit_type_chain()
1571 for (i = 0; i < vlen; i++, p++) { in btf_dump_emit_type_chain()
1576 if (i == vlen - 1 && p->type == 0) { in btf_dump_emit_type_chain()
1581 name = btf_name_of(d, p->name_off); in btf_dump_emit_type_chain()
1582 btf_dump_emit_type_decl(d, p->type, name, lvl); in btf_dump_emit_type_chain()
2126 unsigned int p; member
2142 btf_dump_type_values(d, "0x%x", pt.p); in btf_dump_ptr_data()