Searched refs:BTF_KIND_FLOAT (Results 1 – 17 of 17) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf_iter.c | 29 case BTF_KIND_FLOAT: in btf_field_iter_init() 84 case BTF_KIND_FLOAT: in btf_field_iter_init()
|
H A D | btf_relocate.c | 252 case BTF_KIND_FLOAT: in btf_relocate_map_distilled_base() 319 case BTF_KIND_FLOAT: in btf_relocate_map_distilled_base() 393 case BTF_KIND_FLOAT: in btf_relocate_validate_distilled_base()
|
H A D | btf.h | 351 #ifndef BTF_KIND_FLOAT 352 #define BTF_KIND_FLOAT 16 /* Floating point */ macro 478 return btf_kind(t) == BTF_KIND_FLOAT; in btf_is_float()
|
H A D | btf_dump.c | 327 case BTF_KIND_FLOAT: in btf_dump_mark_referenced() 504 case BTF_KIND_FLOAT: in btf_dump_order_type() 1336 case BTF_KIND_FLOAT: in btf_dump_emit_type_decl() 1451 case BTF_KIND_FLOAT: in btf_dump_emit_type_chain() 2303 case BTF_KIND_FLOAT: in btf_dump_type_data_check_overflow() 2349 case BTF_KIND_FLOAT: in btf_dump_type_data_check_zero() 2470 case BTF_KIND_FLOAT: in btf_dump_dump_type_data()
|
H A D | btf.c | 305 case BTF_KIND_FLOAT: in btf_type_size() 359 case BTF_KIND_FLOAT: in btf_bswap_type_rest() 494 case BTF_KIND_FLOAT: in btf_validate_type() 784 case BTF_KIND_FLOAT: in btf__resolve_size() 831 case BTF_KIND_FLOAT: in btf__align_of() 2074 t->info = btf_type_info(BTF_KIND_FLOAT, 0, 0); in btf__add_float() 4119 case BTF_KIND_FLOAT: in btf_dedup_prep() 4220 case BTF_KIND_FLOAT: in btf_dedup_prim_type() 4518 case BTF_KIND_FLOAT: in btf_dedup_is_equiv() 5377 case BTF_KIND_FLOAT: in btf_add_distilled_type_ids() [all …]
|
H A D | linker.c | 1443 case BTF_KIND_FLOAT: in glob_sym_btf_matches()
|
H A D | libbpf.c | 2406 case BTF_KIND_FLOAT: return "float"; in __btf_kind_str()
|
/linux/tools/testing/selftests/bpf/ |
H A D | btf_helpers.c | 26 [BTF_KIND_FLOAT] = "FLOAT", 199 case BTF_KIND_FLOAT: in fprintf_btf_type_raw()
|
H A D | test_btf.h | 73 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 0), sz)
|
/linux/include/uapi/linux/ |
H A D | btf.h | 76 BTF_KIND_FLOAT = 16, /* Floating point */ enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | btf.h | 76 BTF_KIND_FLOAT = 16, /* Floating point */ enumerator
|
/linux/tools/bpf/bpftool/ |
H A D | btf.c | 47 [BTF_KIND_FLOAT] = "FLOAT", 403 case BTF_KIND_FLOAT: { in dump_btf_type() 601 case BTF_KIND_FLOAT: in btf_type_rank()
|
H A D | gen.c | 991 case BTF_KIND_FLOAT: in walk_st_ops_shadow_vars() 2050 case BTF_KIND_FLOAT: in btfgen_mark_type() 2185 case BTF_KIND_FLOAT: in btfgen_mark_type_match()
|
H A D | btf_dumper.c | 637 case BTF_KIND_FLOAT: in __btf_dumper_type_only()
|
/linux/Documentation/bpf/ |
H A D | btf.rst | 87 #define BTF_KIND_FLOAT 16 /* Floating point */ 464 2.2.16 BTF_KIND_FLOAT 470 * ``info.kind``: BTF_KIND_FLOAT
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 3632 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 1), 4), 3652 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FLOAT, 1, 0), 4), 8026 case BTF_KIND_FLOAT: in btf_type_size()
|
/linux/kernel/bpf/ |
H A D | btf.c | 340 [BTF_KIND_FLOAT] = "FLOAT", 702 case BTF_KIND_FLOAT: in btf_type_has_size() 1953 case BTF_KIND_FLOAT: in __btf_resolve_size() 5168 [BTF_KIND_FLOAT] = &float_ops,
|