Home
last modified time | relevance | path

Searched refs:BTF_KIND_UNKN (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbtfout.cc141 return BTF_KIND_UNKN; in get_btf_kind()
196 case BTF_KIND_UNKN: in btf_calc_num_vbytes()
409 if (btf_kind == BTF_KIND_UNKN) in btf_dtd_postprocess_cb()
578 gcc_assert (btf_kind != BTF_KIND_UNKN); in btf_asm_type()
906 if (btf_kind == BTF_KIND_UNKN) in output_asm_btf_vlen_bytes()
/netbsd/src/external/gpl3/gcc/dist/include/
Dbtf.h95 #define BTF_KIND_UNKN 0 /* Unknown or invalid. */ macro