Home
last modified time | relevance | path

Searched defs:byte_sz (Results 1 – 2 of 2) sorted by relevance

/tools/lib/bpf/
Dbtf.c1716 int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding) in btf__add_int()
1764 int btf__add_float(struct btf *btf, const char *name, size_t byte_sz) in btf__add_float()
1930 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct()
1948 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union()
2036 int btf__add_enum(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_enum()
2385 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec()
2424 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info()
Drelo_core.c566 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local