Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbtf.c1757 int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding) in btf__add_int()
1805 int btf__add_float(struct btf *btf, const char *name, size_t byte_sz) in btf__add_float()
1971 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct()
1989 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union()
2064 static int btf_add_enum_common(struct btf *btf, const char *name, __u32 byte_sz, in btf_add_enum_common()
2109 int btf__add_enum(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_enum()
2188 int btf__add_enum64(struct btf *btf, const char *name, __u32 byte_sz, in btf__add_enum64()
2528 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec()
2567 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.c686 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local
/openbmc/linux/drivers/mmc/core/
H A Dsdio_io.c236 unsigned int blk_sz, byte_sz; in sdio_align_size() local