Searched refs:btf__align_of (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.map | 140 btf__align_of;
|
| H A D | btf_dump.c | 845 align = btf__align_of(btf, m->type); in btf_is_struct_packed() 975 align = btf__align_of(d->btf, id); in btf_dump_emit_struct_def() 991 m_align = packed ? 1 : btf__align_of(d->btf, m->type); in btf_dump_emit_struct_def() 1858 int alignment = btf__align_of(btf, type_id); in ptr_is_aligned()
|
| H A D | btf.h | 160 LIBBPF_API int btf__align_of(const struct btf *btf, __u32 id);
|
| H A D | btf.c | 822 int btf__align_of(const struct btf *btf, __u32 id) in btf__align_of() function 840 return btf__align_of(btf, t->type); in btf__align_of() 842 return btf__align_of(btf, btf_array(t)->type); in btf__align_of() 850 align = btf__align_of(btf, m->type); in btf__align_of()
|
| H A D | libbpf.c | 4304 ext->kcfg.align = btf__align_of(obj->btf, t->type); in bpf_object__collect_externs()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | gen.c | 187 align = btf__align_of(btf, var->type); in codegen_datasec_def()
|