Home
last modified time | relevance | path

Searched refs:btf__align_of (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map140 btf__align_of;
H A Dbtf_dump.c844 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 Dbtf.h138 LIBBPF_API int btf__align_of(const struct btf *btf, __u32 id);
H A Dbtf.c659 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 Dlibbpf.c3860 ext->kcfg.align = btf__align_of(obj->btf, t->type); in bpf_object__collect_externs()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c164 align = btf__align_of(btf, var->type); in codegen_datasec_def()