Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c2381 int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding) in btf__add_int()
2431 int btf__add_float(struct btf *btf, const char *name, size_t byte_sz) in btf__add_float()
2605 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct()
2623 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union()
2702 static int btf_add_enum_common(struct btf *btf, const char *name, __u32 byte_sz, in btf_add_enum_common()
2749 int btf__add_enum(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_enum()
2831 int btf__add_enum64(struct btf *btf, const char *name, __u32 byte_sz, in btf__add_enum64()
3198 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec()
3239 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info()
H A Drelo_core.c687 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id, elem_id; in bpf_core_calc_field_relo() local