Home
last modified time | relevance | path

Searched refs:BPF_OBJ_GET_INFO_BY_FD_struct (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dbpf_attr_check.c470 …static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd) == SoM(union bpf_attr, info.bpf_fd…
472 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd) == offsetof(union bpf_attr, i…
477 …static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, info_len) == SoM(union bpf_attr, info.info…
479 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, info_len) == offsetof(union bpf_attr,…
484 static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, info) == SoM(union bpf_attr, info.info),
486 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, info) == offsetof(union bpf_attr, inf…
Dbpf_attr.h215 struct BPF_OBJ_GET_INFO_BY_FD_struct /* info */ { struct
222 sizeof(struct BPF_OBJ_GET_INFO_BY_FD_struct) argument
DChangeLog5836 to struct BPF_OBJ_GET_INFO_BY_FD_struct, all users updated.
/external/strace/tests/
Dbpf-obj_get_info_by_fd.c298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main()
356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
Dbpf.c879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd),
888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),
/external/strace/tests-mx32/
Dbpf-obj_get_info_by_fd.c298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main()
356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
Dbpf.c879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd),
888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),
/external/strace/tests-m32/
Dbpf-obj_get_info_by_fd.c298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main()
356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
Dbpf.c879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd),
888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),