Searched refs:btf__align_of (Results 1 – 5 of 5) sorted by relevance
/third_party/libbpf/src/ |
D | libbpf.map | 140 btf__align_of;
|
D | btf_dump.c | 844 align = btf__align_of(btf, m->type); in btf_is_struct_packed() 974 align = btf__align_of(d->btf, id); in btf_dump_emit_struct_def() 990 m_align = packed ? 1 : btf__align_of(d->btf, m->type); in btf_dump_emit_struct_def() 1852 int alignment = btf__align_of(btf, type_id); in ptr_is_aligned()
|
D | btf.h | 138 LIBBPF_API int btf__align_of(const struct btf *btf, __u32 id);
|
D | btf.c | 674 int btf__align_of(const struct btf *btf, __u32 id) in btf__align_of() function 692 return btf__align_of(btf, t->type); in btf__align_of() 694 return btf__align_of(btf, btf_array(t)->type); in btf__align_of() 702 align = btf__align_of(btf, m->type); in btf__align_of()
|
D | libbpf.c | 4141 ext->kcfg.align = btf__align_of(obj->btf, t->type);
|