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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtables.h169 #define __attribute__( x ) macro
239 __attribute__ (( __section__ ( __table_section ( table, idx ) ),\
252 __attribute__ (( unused )); \
485 * icc ignores __attribute__ (( aligned (x) )) when it is used to
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiCdefs.h191 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
196 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
210 #define __unused __attribute__((__unused__))
211 #define __noreturn __attribute__((__noreturn__))
218 #define __used __attribute__((__used__))
224 #define __packed __attribute__((__packed__))
225 #define __aligned(x) __attribute__((__aligned__(x)))
226 #define __section(x) __attribute__((__section__(x)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h82 #define __attribute__(x) /* nothing */ macro
140 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
151 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
162 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinutils.h53 # define __attribute__(x) /* IGNORE */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h97 #define __attribute__(x) /* nothing */ macro
140 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
151 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
162 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h229 #undef __attribute__ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dvbe.h69 #define __attribute__(a) macro
104 } __attribute__ ((packed));
168 } __attribute__ ((packed));
194 } __attribute__ ((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dvbe.h69 #define __attribute__(a) macro
104 } __attribute__ ((packed));
168 } __attribute__ ((packed));
194 } __attribute__ ((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dvbe.h69 #define __attribute__(a) macro
99 } __attribute__((packed));
163 } __attribute__((packed));
189 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dvbe.h69 #define __attribute__(a) macro
104 } __attribute__ ((packed));
168 } __attribute__ ((packed));
194 } __attribute__ ((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dvbe.h69 #define __attribute__(a) macro
104 } __attribute__ ((packed));
168 } __attribute__ ((packed));
194 } __attribute__ ((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dvbe.h69 #define __attribute__(a) macro
104 } __attribute__ ((packed));
168 } __attribute__ ((packed));
194 } __attribute__ ((packed));
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h10 #define __attribute__(x) macro
85 __attribute__ (( section ( ".discard" ), used )) \
150 extern _decl __attribute__ (( weak ))
192 #define __weak __attribute__ (( weak, noinline ))
264 extern void __attribute__ (( format ( printf, 1, 2 ) ))
554 #define __unused __attribute__ (( unused ))
559 #define __pure __attribute__ (( pure ))
566 #define __const __attribute__ (( const ))
573 #define __nonnull __attribute__ (( nonnull ))
579 #define __malloc __attribute__ (( mallo
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/vbe/
H A Dvbe.h66 #define __attribute__(a) macro
96 } __attribute__((packed));
160 } __attribute__((packed));
186 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dvbe.h70 #define __attribute__(a) macro
100 } __attribute__((packed));
164 } __attribute__((packed));
190 } __attribute__((packed));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dvbe.h70 #define __attribute__(a) macro
100 } __attribute__((packed));
164 } __attribute__((packed));
190 } __attribute__((packed));

Completed in 75 milliseconds