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

123456789

/haiku/src/system/libroot/posix/musl/include/
H A Dfeatures.h4 #define weak __attribute__((__weak__))
5 #define hidden __attribute__((__visibility__("hidden")))
7 extern __typeof(old) new __attribute__((__weak__, __alias__(#old)))
/haiku/headers/os/arch/mipsel/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/ppc/
H A Darch_debugger.h11 } __attribute__((aligned(8)));
/haiku/src/bin/network/traceroute/
H A Dgnuc.h24 * __dead void foo(void) __attribute__((volatile));
32 #ifndef __attribute__
33 #define __attribute__(args) macro
40 #ifndef __attribute__
41 #define __attribute__(args) macro
/haiku/src/system/glue/
H A Dcrtbegin.c11 __attribute__((visibility("hidden")))
19 __attribute__((section(".eh_frame"), aligned(4), visibility("hidden"))) = {};
26 __attribute__((weak));
28 extern void *__deregister_frame_info(const void *) __attribute__((weak));
29 extern void *__deregister_frame_info_bases(const void *) __attribute__((weak));
34 __attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
35 extern const fp __CTOR_END__[] __attribute__((visibility("hidden")));
39 extern void __cxa_finalize(void *) __attribute__((weak));
42 static void __attribute__((used)) __do_init() {
63 __attribute__((sectio
[all...]
H A Dcrtend.c14 __attribute__((section(".eh_frame"), used)) = { 0 };
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = { 0 };
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = { 0 };
/haiku/headers/os/arch/sparc/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/arm64/
H A Darch_debugger.h14 } __attribute__((aligned(16)));
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Darc4.h27 __attribute__((__bounded__(__buffer__,2,3)));
29 __attribute__((__bounded__(__buffer__,2,4)))
30 __attribute__((__bounded__(__buffer__,3,4)));
32 __attribute__((__bounded__(__buffer__,2,3)));
H A Dsha2.h66 __attribute__((__bounded__(__string__,2,3)));
68 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
72 __attribute__((__bounded__(__string__,2,3)));
74 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
78 __attribute__((__bounded__(__string__,2,3)));
80 __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH)));
H A Dhmac.h43 __attribute__((__bounded__(__string__,2,3)));
45 __attribute__((__bounded__(__string__,2,3)));
47 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
50 __attribute__((__bounded__(__string__,2,3)));
52 __attribute__((__bounded__(__string__,2,3)));
54 __attribute__((__bounded__(__minbytes__,1,SHA1_DIGEST_LENGTH)));
57 __attribute__((__bounded__(__string__,2,3)));
59 __attribute__((__bounded__(__string__,2,3)));
61 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
H A Dmd5.h30 __attribute__((__bounded__(__string__,2,3)));
32 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
34 __attribute__((__bounded__(__minbytes__,1,4)))
35 __attribute__((__bounded__(__minbytes__,2,MD5_BLOCK_LENGTH)));
H A Dmichael.h36 __attribute__((__bounded__(__buffer__, 2, 3)));
38 __attribute__((__bounded__(__minbytes__, 1,
41 __attribute__((__bounded__(__minbytes__, 1,
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h17 } __attribute__ ((packed));
31 } __attribute__ ((packed));
40 } __attribute__ ((packed));
47 } __attribute__ ((packed));
54 } __attribute__ ((packed));
60 } __attribute__ ((packed));
67 } __attribute__ ((packed));
74 } __attribute__ ((packed));
80 } __attribute__ ((packed));
87 } __attribute__ ((packe
[all...]
H A DbtHCI_command.h16 } __attribute__ ((packed));
36 } __attribute__ ((packed));
42 } __attribute__ ((packed));
51 } __attribute__ ((packed));
57 } __attribute__ ((packed));
65 } __attribute__ ((packed));*/
72 } __attribute__ ((packed));
78 } __attribute__ ((packed));
83 } __attribute__ ((packed));
91 } __attribute__ ((packe
[all...]
H A DbtHCI_sco.h15 } __attribute__((packed));
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dstart.cpp21 extern "C" void __attribute__((section(".text.start")))
/haiku/headers/os/arch/riscv64/
H A Darch_debugger.h14 } __attribute__((aligned(8)));
/haiku/headers/private/system/
H A Dsymbol_visibility.h12 # define HIDDEN_FUNCTION_ATTRIBUTE __attribute__((visibility("hidden")))
/haiku/src/system/libroot/os/
H A Dsystem_revision.c13 __attribute__((section("_haiku_revision")));
/haiku/headers/posix/
H A Dstdio_pre.h17 #define __PRINTFLIKE(format, varargs) __attribute__ ((__format__ (__printf__, format, varargs)))
18 #define __SCANFLIKE(format, varargs) __attribute__((__format__ (__scanf__, format, varargs)))
H A Dsetjmp.h33 __attribute__ ((noreturn));
35 __attribute__ ((noreturn));
37 __attribute__ ((noreturn));
/haiku/src/libs/bsd/
H A Dexplicit_bzero.c9 __attribute__((weak)) void
12 __attribute__((weak)) void
/haiku/src/system/libroot/posix/glibc/include/misc/sys/
H A Dcdefs.h164 `__attribute__' syntax. All of the ways we use this do fine if
167 # define __attribute__(xyz) /* Ignore */ macro
174 # define __attribute_malloc__ __attribute__ ((__malloc__))
183 # define __attribute_pure__ __attribute__ ((__pure__))
192 # define __attribute_used__ __attribute__ ((__used__))
193 # define __attribute_noinline__ __attribute__ ((__noinline__))
195 # define __attribute_used__ __attribute__ ((__unused__))
201 # define __attribute_deprecated__ __attribute__ ((__deprecated__))
213 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x)))
224 __attribute__ ((__format_
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h28 __attribute__ ((format (__printf__, 1, 2)));
30 __attribute__ ((format (__printf__, 1, 2)));
36 __attribute__ ((format (__printf__, 1, 2)));

Completed in 93 milliseconds

123456789