Searched refs:__attribute__ (Results 1 - 25 of 1016) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dtoshiba.h40 unsigned int ebx __attribute__ ((packed));
41 unsigned int ecx __attribute__ ((packed));
42 unsigned int edx __attribute__ ((packed));
43 unsigned int esi __attribute__ ((packed));
44 unsigned int edi __attribute__ ((packed));
/linux-master/tools/build/feature/
H A Dtest-jvmti.c6 JavaVM jvm __attribute__((unused));
7 jvmtiEventCallbacks cb __attribute__((unused));
8 jvmtiCapabilities caps __attribute__((unused));
9 jvmtiJlocationFormat format __attribute__((unused));
10 jvmtiEnv jvmti __attribute__((unused));
H A Dtest-jvmti-cmlr.c7 jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused));
8 jvmtiCompiledMethodLoadRecordHeader hdr __attribute__((unused));
9 PCStackInfo p __attribute__((unused));
H A Dtest-clang-bpf-co-re.c7 } __attribute__((preserve_access_index));
/linux-master/tools/include/nolibc/
H A Dcompiler.h17 # define __no_stack_protector __attribute__((no_stack_protector))
19 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector")))
22 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector")))
H A Dcrt.h10 char **environ __attribute__((weak));
11 const unsigned long *_auxv __attribute__((weak));
16 extern void (*const __preinit_array_start[])(void) __attribute__((weak));
17 extern void (*const __preinit_array_end[])(void) __attribute__((weak));
19 extern void (*const __init_array_start[])(void) __attribute__((weak));
20 extern void (*const __init_array_end[])(void) __attribute__((weak));
22 extern void (*const __fini_array_start[])(void) __attribute__((weak));
23 extern void (*const __fini_array_end[])(void) __attribute__((weak));
25 __attribute__((weak))
H A Dctype.h16 static __attribute__((unused))
23 static __attribute__((unused))
29 static __attribute__((unused))
36 static __attribute__((unused))
42 static __attribute__((unused))
49 static __attribute__((unused))
55 static __attribute__((unused))
62 static __attribute__((unused))
69 static __attribute__((unused))
75 static __attribute__((unuse
[all...]
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test-linkage.c16 __attribute__((constructor))
22 __attribute__((constructor))
/linux-master/include/linux/
H A Dcompiler_attributes.h18 * not by #define identifier). Use the __attribute__((__name__)) syntax
26 #define __alias(symbol) __attribute__((__alias__(#symbol)))
33 #define __aligned(x) __attribute__((__aligned__(x)))
34 #define __aligned_largest __attribute__((__aligned__))
44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__)))
55 #define __always_inline inline __attribute__((__always_inline__))
70 #define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__)))
76 #define __cleanup(func) __attribute__((__cleanup__(func)))
83 #define __attribute_const__ __attribute__((__const__))
92 # define __copy(symbol) __attribute__((__copy_
[all...]
H A Dlist_sort.h9 typedef int __attribute__((nonnull(2,3))) (*list_cmp_func_t)(void *,
12 __attribute__((nonnull(2,3)))
/linux-master/tools/testing/selftests/bpf/
H A Dxsk_xdp_common.h10 } __attribute__((aligned(32)));
/linux-master/drivers/tty/ipwireless/
H A Dsetup_protocol.h45 } __attribute__ ((__packed__));
50 } __attribute__ ((__packed__));
57 } __attribute__ ((__packed__));
61 } __attribute__ ((__packed__));
67 } __attribute__ ((__packed__));
72 } __attribute__ ((__packed__));
89 } __attribute__ ((__packed__));
93 } __attribute__ ((__packed__));
97 } __attribute__ ((__packed__));
107 } __attribute__ ((__packed_
[all...]
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__))
22 # define __compiletime_error(message) __attribute__((error(message)))
29 #define __pure __attribute__((pure))
31 #define noinline __attribute__((noinline))
33 #define __packed __attribute__((packed))
36 #define __noreturn __attribute__((noreturn))
39 #define __aligned(x) __attribute__((aligned(x)))
41 #define __printf(a, b) __attribute__((format(printf, a, b)))
42 #define __scanf(a, b) __attribute__((format(scanf, a, b)))
H A Dlist_sort.h9 typedef int __attribute__((nonnull(2,3))) (*list_cmp_func_t)(void *,
12 __attribute__((nonnull(2,3)))
/linux-master/arch/x86/include/uapi/asm/
H A Dsiginfo.h7 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
9 # define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
H A Dstatfs.h10 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/linux-master/arch/powerpc/include/asm/
H A Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func3.c8 __attribute__ ((noinline))
14 __attribute__ ((noinline))
20 __attribute__ ((noinline))
26 __attribute__ ((noinline))
32 __attribute__ ((noinline))
38 __attribute__ ((noinline))
44 __attribute__ ((noinline))
50 __attribute__ ((noinline))
H A Dbpf_misc.h61 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" msg)))
62 #define __failure __attribute__((btf_decl_tag("comment:test_expect_failure")))
63 #define __success __attribute__((btf_decl_tag("comment:test_expect_success")))
64 #define __description(desc) __attribute__((btf_decl_tag("comment:test_description=" desc)))
65 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" msg)))
66 #define __failure_unpriv __attribute__((btf_decl_tag("comment:test_expect_failure_unpriv")))
67 #define __success_unpriv __attribute__((btf_decl_tag("comment:test_expect_success_unpriv")))
68 #define __log_level(lvl) __attribute__((btf_decl_tag("comment:test_log_level="#lvl)))
69 #define __flag(flag) __attribute__((btf_decl_tag("comment:test_prog_flags="#flag)))
70 #define __retval(val) __attribute__((btf_decl_ta
[all...]
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h51 } __attribute__((preserve_access_index)) atomic64_t;
57 } __attribute__((preserve_access_index));
63 } __attribute__((preserve_access_index)) spinlock_t;
67 } __attribute__((preserve_access_index));
71 } __attribute__((preserve_access_index));
75 } __attribute__((preserve_access_index));
79 } __attribute__((preserve_access_index));
84 } __attribute__((preserve_access_index));
88 } __attribute__((preserve_access_index));
93 } __attribute__((preserve_access_inde
[all...]
/linux-master/arch/arm/include/uapi/asm/
H A Dstatfs.h10 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
/linux-master/arch/arm64/include/uapi/asm/
H A Dstatfs.h20 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/linux-master/tools/virtio/linux/
H A Dmodule.h5 static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
/linux-master/tools/testing/selftests/tc-testing/
H A Daction.c12 __attribute__((section("action-ok"),used)) int action_ok(struct __sk_buff *s)
17 __attribute__((section("action-ko"),used)) int action_ko(struct __sk_buff *s)
23 char _license[] __attribute__((section("license"),used)) = "GPL";
/linux-master/net/ceph/
H A Dauth_x_protocol.h15 } __attribute__ ((packed));
21 } __attribute__ ((packed));
26 } __attribute__ ((packed));
35 } __attribute__ ((packed));
43 } __attribute__ ((packed));
48 } __attribute__ ((packed));
53 } __attribute__ ((packed));
69 } __attribute__ ((packed));
76 } __attribute__ ((packed));
81 } __attribute__ ((packe
[all...]

Completed in 211 milliseconds

1234567891011>>