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 | 427 #ifndef BTF_KIND_FLOAT 428 #define BTF_KIND_FLOAT 16 /* Floating point */ macro 554 return btf_kind(t) == BTF_KIND_FLOAT; in btf_is_float()
|
| H A D | btf_dump.c | 330 case BTF_KIND_FLOAT: in btf_dump_mark_referenced() 507 case BTF_KIND_FLOAT: in btf_dump_order_type() 1339 case BTF_KIND_FLOAT: in btf_dump_emit_type_decl() 1454 case BTF_KIND_FLOAT: in btf_dump_emit_type_chain() 2369 case BTF_KIND_FLOAT: in btf_dump_type_data_check_overflow() 2415 case BTF_KIND_FLOAT: in btf_dump_type_data_check_zero() 2536 case BTF_KIND_FLOAT: in btf_dump_dump_type_data()
|
| H A D | btf.c | 56 [BTF_KIND_FLOAT] = { 0, 0, 0 }, 467 case BTF_KIND_FLOAT: in btf_type_size() 520 case BTF_KIND_FLOAT: in btf_bswap_type_rest() 654 case BTF_KIND_FLOAT: in btf_validate_type() 948 case BTF_KIND_FLOAT: in btf__resolve_size() 995 case BTF_KIND_FLOAT: in btf__align_of() 2460 t->info = btf_type_info(BTF_KIND_FLOAT, 0, 0); in btf__add_float() 4596 case BTF_KIND_FLOAT: in btf_dedup_prep() 4700 case BTF_KIND_FLOAT: in btf_dedup_prim_type() 4809 case BTF_KIND_FLOAT: in btf_dedup_identical_types() [all …]
|
| H A D | libbpf_internal.h | 91 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 0), sz)
|
| H A D | relo_core.c | 433 case BTF_KIND_FLOAT: in bpf_core_fields_are_compat()
|
| H A D | linker.c | 1555 case BTF_KIND_FLOAT: in glob_sym_btf_matches()
|
| H A D | libbpf.c | 2477 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/tools/include/uapi/linux/ |
| H A D | btf.h | 91 BTF_KIND_FLOAT = 16, /* Floating point */ 76 BTF_KIND_FLOAT = 16, /* Floating point */ global() enumerator
|
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 50 [BTF_KIND_FLOAT] = "FLOAT", 400 case BTF_KIND_FLOAT: { in dump_btf_type() 598 case BTF_KIND_FLOAT: in btf_type_rank()
|
| H A D | gen.c | 1074 case BTF_KIND_FLOAT: in walk_st_ops_shadow_vars() 2142 case BTF_KIND_FLOAT: in btfgen_mark_type() 2278 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/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), 8183 case BTF_KIND_FLOAT: in btf_type_size()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 344 [BTF_KIND_FLOAT] = "FLOAT", 811 case BTF_KIND_FLOAT: in btf_type_has_size() 2093 case BTF_KIND_FLOAT: in __btf_resolve_size() 5415 [BTF_KIND_FLOAT] = &float_ops, in btf_check_meta()
|