Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 28) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c12 } __attribute__((packed));
22 } __attribute__((packed));
36 } __attribute__((packed)) e;
37 } __attribute__((packed));
49 } __attribute__((packed));
58 } __attribute__((packed));
79 } __attribute__((packed));
110 } __attribute__((packed));
123 } __attribute__((packed));
133 } __attribute__((packed));
Dtest_cls_redirect.h27 } __attribute__((packed));
49 } __attribute__((packed));
55 } __attribute__((packed)) encap_gre_t;
63 } __attribute__((packed)) encap_headers_t;
Dtest_skeleton.c11 } __attribute__((packed));
Dbtf_dump_test_case_padding.c215 } __attribute__((packed));
Dtest_tc_tunnel.c48 } __attribute__((packed));
53 } __attribute__((packed));
64 } __attribute__((packed));
70 } __attribute__((packed));
Dtest_seg6_loop.c15 #define BPF_PACKET_HEADER __attribute__((packed))
Dcore_reloc_types.h771 } __attribute__((packed)) ;
781 } __attribute__((packed)) ;
Dtest_lwt_seg6local.c15 #define BPF_PACKET_HEADER __attribute__((packed))
/tools/usb/usbip/src/
Dusbip_network.h33 } __attribute__((packed));
49 } __attribute__((packed));
54 } __attribute__((packed));
64 } __attribute__((packed));
69 } __attribute__((packed));
86 } __attribute__((packed));
90 } __attribute__((packed));
108 } __attribute__((packed));
112 } __attribute__((packed));
130 } __attribute__((packed));
[all …]
/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h11 } __attribute__((packed));
77 } __attribute__((packed));
86 } __attribute__((packed));
/tools/testing/selftests/sgx/
Ddefines.h15 #define __packed __attribute__((packed))
/tools/usb/usbip/libsrc/
Dusbip_common.h109 } __attribute__((packed));
129 } __attribute__((packed));
/tools/include/linux/
Dcompiler-gcc.h31 #define __packed __attribute__((packed))
/tools/usb/
Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs;
126 } __attribute__((packed)) descriptors = {
234 } __attribute__((packed)) *const in = descriptors_v2; in descs_to_legacy()
291 } __attribute__((packed)) *out; in descs_to_legacy()
315 } __attribute__((packed)) lang0;
316 } __attribute__((packed)) strings = {
Dtestusb.c81 } __attribute__ ((packed));
94 } __attribute__ ((packed));
/tools/perf/util/intel-pt-decoder/
DBuild22 CFLAGS_intel-pt-insn-decoder.o += -Wno-packed
/tools/include/uapi/drm/
Di915_drm.h2002 } __attribute__((packed));
2011 } __attribute__((packed)) name__
2040 } __attribute__((packed));
2050 } __attribute__((packed)) name__
2112 } __attribute__((packed));
2117 } __attribute__((packed)) name__
/tools/testing/selftests/kvm/x86_64/
Dvmx_tsc_adjust_test.c58 } __attribute__((packed));
/tools/objtool/
DMakefile32 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/tools/power/cpupower/debug/i386/
Ddump_psb.c21 #define __packed __attribute((packed))
/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c9 } __attribute__((packed));
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h103 } __attribute__((packed));
108 } __attribute__((packed));
/tools/wmi/
Ddell-smbios-example.c21 #define __packed __attribute__((packed))
/tools/testing/selftests/x86/
Dentry_from_vm86.c193 } __attribute__((packed)); in do_umip_tests()
/tools/lib/bpf/
Dbtf_dump.c957 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
962 packed = is_struct ? btf_is_struct_packed(d->btf, id, t) : 0; in btf_dump_emit_struct_def()
977 m_align = packed ? 1 : btf__align_of(d->btf, m->type); in btf_dump_emit_struct_def()
1012 if (packed) in btf_dump_emit_struct_def()

12