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

/bionic/libc/arch-arm/bionic/
H A Dexidx_static.c41 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc __attribute__((unused)), argument
/bionic/libc/dns/net/
H A Dgetnameinfo.c141 int flags __attribute__((unused)))
139 getnameinfo_local(const struct sockaddr *sa, socklen_t salen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags __attribute__((unused))) argument
/bionic/libc/include/sys/
H A Dcdefs.h174 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
179 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
193 #define __unused __attribute__((__unused__))
198 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */
201 #define __used __attribute__((__used__))
207 #define __packed __attribute__((__packed__))
208 #define __aligned(x) __attribute__((__aligned__(x)))
209 #define __section(x) __attribute__((__section__(x)))
232 #define __nonnull(args) __attribute__((__nonnull_
[all...]

Completed in 2479 milliseconds