Searched refs:__attribute__ (Results 51 - 75 of 1017) sorted by relevance

1234567891011>>

/linux-master/tools/include/uapi/linux/
H A Dtypes.h19 #define __aligned_u64 __u64 __attribute__((aligned(8)))
20 #define __aligned_be64 __be64 __attribute__((aligned(8)))
21 #define __aligned_le64 __le64 __attribute__((aligned(8)))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func6.c8 __attribute__ ((noinline))
16 __attribute__ ((noinline))
22 __attribute__ ((noinline))
H A Dtest_global_func5.c8 __attribute__ ((noinline))
16 __attribute__ ((noinline))
22 __attribute__ ((noinline))
H A Dtest_global_func2.c10 static __attribute__ ((noinline))
16 __attribute__ ((noinline))
28 __attribute__ ((noinline))
34 __attribute__ ((noinline))
/linux-master/tools/include/nolibc/
H A Dstackprotector.h21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
37 __attribute__((weak,section(".data.nolibc_stack_chk")))
H A Dstdio.h37 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO;
38 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO;
39 static __attribute__((unused)) FILE* const stderr = (FILE*)(intptr_t)~STDERR_FILENO;
42 static __attribute__((unused))
43 FILE *fdopen(int fd, const char *mode __attribute__((unused))) argument
53 static __attribute__((unused))
66 static __attribute__((unused))
82 static __attribute__((unused))
102 static __attribute__((unused))
112 static __attribute__((unuse
358 setvbuf(FILE *stream __attribute__((unused)), char *buf __attribute__((unused)), int mode, size_t size __attribute__((unused))) argument
[all...]
H A Dtime.h15 static __attribute__((unused))
H A Derrno.h14 int errno __attribute__((weak));
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtypes.h36 } __attribute__((aligned(16))) __vector128;
/linux-master/arch/sparc/lib/
H A Dlibgcc.h7 typedef int word_type __attribute__ ((mode (__word__)));
/linux-master/arch/s390/include/uapi/asm/
H A Dchpid.h20 } __attribute__((packed));
H A Dsclp_ctl.h18 } __attribute__((packed));
H A Dtypes.h26 } __attribute__((packed, aligned(4))) __vector128;
/linux-master/fs/xfs/
H A Dxfs_export.h55 } __attribute__((packed));
/linux-master/include/uapi/linux/netfilter/
H A Dxt_RATEEST.h14 struct xt_rateest *est __attribute__((aligned(8)));
H A Dxt_nfacct.h16 struct nf_acct *nfacct __attribute__((aligned(8)));
/linux-master/include/uapi/linux/
H A Duserio.h18 * driver. __attribute__((__packed__)) is used for all structs to keep ABI
43 } __attribute__((__packed__));
H A Dvirtio_9p.h42 } __attribute__((packed));
/linux-master/arch/arm/include/asm/mach/
H A Dsharpsl_param.h28 } __attribute__((packed));
/linux-master/samples/bpf/
H A Dxdp_sample_shared.h15 } __attribute__((aligned(64)));
/linux-master/arch/arm/include/asm/
H A Ducontext.h28 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
55 } __attribute__((__aligned__(8)));
67 } __attribute__((__aligned__(8)));
92 } __attribute__((__aligned__(8)));
/linux-master/arch/s390/include/asm/
H A Dcpu.h23 } __attribute__ ((packed, aligned(8)));
/linux-master/arch/x86/um/vdso/
H A Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/arch/xtensa/include/asm/
H A Dplatform.h44 void cpu_reset(void) __attribute__((noreturn));
/linux-master/fs/smb/client/
H A Drfc1002pdu.h36 } __attribute__((packed)) session_req;
40 } __attribute__((packed)) retarget_resp;
45 } __attribute__((packed)) trailer;
46 } __attribute__((packed));

Completed in 402 milliseconds

1234567891011>>