Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 101 – 125 of 196) sorted by relevance

12345678

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_unknown_value.c53 static void __attribute__((constructor)) initialize_local_variables(void) in initialize_local_variables()
H A Dident-list.h24 IDENT(__attribute); IDENT(__attribute__);
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h131 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbool-cast.c7 typedef unsigned short __attribute__((bitwise)) le16;
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnoderef.c1 # define __A __attribute__((noderef))
H A Dnocast.c1 #define __nocast __attribute__((nocast))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h53 } __attribute__ ((packed));
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirp.h97 __attribute__((__format__(__printf__, 2, 3)));
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h68 void __exit(int) __attribute__((__noreturn__));
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt193 # define __percpu __attribute__((noderef, address_space(3)))
194 # define __rcu __attribute__((noderef, address_space(4)))
195 +# define __untagged __attribute__((address_space(5)))
196 # define __private __attribute__((noderef))
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h93 #define NORETURN __attribute__((noreturn))
148 #define ANALYZER_NORETURN __attribute__((analyzer_noreturn))
171 #define RETURNS_TWICE __attribute__((returns_twice))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h282 __attribute__((constructor)); \
374 static void NAME(void) __attribute__((destructor))
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h67 __attribute__((unused))
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dctl.h68 __attribute__((__format__(__printf__, 2, 3)));
/illumos-gate/usr/src/boot/efi/include/i386/
H A DProcessorBind.h286 #define EFIAPI __attribute__((cdecl))
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.h68 } __attribute__ ((packed));
/illumos-gate/usr/src/boot/efi/include/amd64/
H A DProcessorBind.h12 #define EFIAPI __attribute__((ms_abi))
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c2035 const char *user __attribute__((unused)),
2193 unsigned userlen __attribute__((unused)),
2195 unsigned passlen __attribute__((unused)))
2275 unsigned userlen __attribute__((unused)),
2454 unsigned challen __attribute__((unused)),
2456 unsigned resplen __attribute__((unused)))
2458 const char *challenge __attribute__((unused)),
2459 unsigned challen __attribute__((unused)),
2460 const char *response __attribute__((unused)),
2461 unsigned resplen __attribute__((unused)))
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h110 } __attribute__((__packed__));
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h206 } __attribute__((packed));
/illumos-gate/usr/src/lib/libsasl/include/
H A Dconfig.h388 #define __attribute__(foo) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_avx2.c65 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
237 static const uint8_t __attribute__((aligned(32))) _mul_mask = 0x0F;
H A Dvdev_raidz_math_ssse3.c66 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
417 __attribute__((aligned(256))) gf_clmul_mod_lt[4*256][16] =
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h296 } __attribute__((__packed__));
310 } __attribute__((__packed__));
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))

12345678