Home
last modified time | relevance | path

Searched refs:btf_var_secinfo (Results 1 - 6 of 6) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h169 /* BTF_KIND_DATASEC is followed by multiple "struct btf_var_secinfo"
173 struct btf_var_secinfo { struct
/third_party/libbpf/src/
H A Dbtf.h559 static inline struct btf_var_secinfo *
562 return (struct btf_var_secinfo *)(t + 1); in btf_var_secinfos()
H A Dlinker.c125 struct btf_var_secinfo *sec_vars;
1663 const struct btf_var_secinfo *vi; in find_glob_sym_btf()
2141 struct btf_var_secinfo *vi; in linker_fixup_btf()
2333 const struct btf_var_secinfo *src_var; in linker_append_btf()
2334 struct btf_var_secinfo *dst_var; in linker_append_btf()
2683 struct btf_var_secinfo *vi = &sec->sec_vars[j]; in finalize_btf()
H A Dbtf.c324 return base_size + vlen * sizeof(struct btf_var_secinfo); in btf_type_size()
342 struct btf_var_secinfo *v; in btf_bswap_type_rest()
578 const struct btf_var_secinfo *m = btf_var_secinfos(t); in btf_validate_type()
2832 struct btf_var_secinfo *v;
2849 sz = sizeof(struct btf_var_secinfo);
5137 struct btf_var_secinfo *m = btf_var_secinfos(t);
H A Dlibbpf.c1190 const struct btf_var_secinfo *vsi; in init_struct_ops_maps()
1697 struct btf_var_secinfo *vsi;
2620 const struct btf_var_secinfo *vi;
2846 const struct btf_var_secinfo *v = btf_var_secinfos(t);
3027 const struct btf_var_secinfo *a = _a;
3028 const struct btf_var_secinfo *b = _b;
3038 struct btf_var_secinfo *vsi;
4001 const struct btf_var_secinfo *vs;
4111 const struct btf_var_secinfo *vs;
4302 struct btf_var_secinfo *v
[all...]
H A Dbtf_dump.c364 const struct btf_var_secinfo *v = btf_var_secinfos(t); in btf_dump_mark_referenced()
2231 const struct btf_var_secinfo *vsi; in btf_dump_datasec_data()

Completed in 43 milliseconds