Searched refs:btf__align_of (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.map | 140 btf__align_of;
|
H A 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() 1854 int alignment = btf__align_of(btf, type_id); in ptr_is_aligned()
|
H A D | btf.h | 138 LIBBPF_API int btf__align_of(const struct btf *btf, __u32 id);
|
H A D | btf.c | 659 int btf__align_of(const struct btf *btf, __u32 id) in btf__align_of() function 677 return btf__align_of(btf, t->type); in btf__align_of() 679 return btf__align_of(btf, btf_array(t)->type); in btf__align_of() 687 align = btf__align_of(btf, m->type); in btf__align_of()
|
H A D | libbpf.c | 3860 ext->kcfg.align = btf__align_of(obj->btf, t->type); in bpf_object__collect_externs()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 164 align = btf__align_of(btf, var->type); in codegen_datasec_def()
|