Searched refs:__attribute__ (Results 1 – 25 of 159) sorted by relevance
1234567
/bionic/libc/arch-arm/bionic/ |
D | __aeabi.c | 53 int __attribute__((weak)) 59 void __attribute__((weak)) 64 void __attribute__((weak)) __aeabi_memcpy4(void *dest, const void *src, size_t n) { in __aeabi_memcpy4() 68 void __attribute__((weak)) __aeabi_memcpy(void *dest, const void *src, size_t n) { in __aeabi_memcpy() 73 void __attribute__((weak)) __aeabi_memmove8(void *dest, const void *src, size_t n) { in __aeabi_memmove8() 77 void __attribute__((weak)) __aeabi_memmove4(void *dest, const void *src, size_t n) { in __aeabi_memmove4() 81 void __attribute__((weak)) __aeabi_memmove(void *dest, const void *src, size_t n) { in __aeabi_memmove() 90 void __attribute__((weak)) __aeabi_memset8(void *dest, size_t n, int c) { in __aeabi_memset8() 94 void __attribute__((weak)) __aeabi_memset4(void *dest, size_t n, int c) { in __aeabi_memset4() 98 void __attribute__((weak)) __aeabi_memset(void *dest, size_t n, int c) { in __aeabi_memset() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | toshiba.h | 27 unsigned int ebx __attribute__((packed)); 29 unsigned int ecx __attribute__((packed)); 30 unsigned int edx __attribute__((packed)); 31 unsigned int esi __attribute__((packed)); 32 unsigned int edi __attribute__((packed));
|
D | edd.h | 82 } __attribute__((packed)) isa; 91 } __attribute__((packed)) pci; 95 } __attribute__((packed)) ibnd; 99 } __attribute__((packed)) xprs; 102 } __attribute__((packed)) htpt; 106 } __attribute__((packed)) unknown; 117 } __attribute__((packed)) ata; 127 } __attribute__((packed)) atapi; 135 } __attribute__((packed)) scsi; 140 } __attribute__((packed)) usb; [all …]
|
D | uhid.h | 60 } __attribute__((__packed__)); 82 } __attribute__((__packed__)); 89 } __attribute__((__packed__)); 95 } __attribute__((__packed__)); 102 } __attribute__((__packed__)); 111 } __attribute__((__packed__)); 116 } __attribute__((__packed__)); 140 } __attribute__((__packed__)); 145 } __attribute__((__packed__)); 151 } __attribute__((__packed__)); [all …]
|
D | pfkeyv2.h | 36 } __attribute__((packed)); 41 } __attribute__((packed)); 54 } __attribute__((packed)); 64 } __attribute__((packed)); 72 } __attribute__((packed)); 80 } __attribute__((packed)); 89 } __attribute__((packed)); 101 } __attribute__((packed)); 109 } __attribute__((packed)); 131 } __attribute__((packed)); [all …]
|
D | hyperv.h | 47 } __attribute__((packed)); 52 } __attribute__((packed)); 56 } __attribute__((packed)); 69 } __attribute__((packed)); 86 } __attribute__((packed)); 97 } __attribute__((packed)); 107 } __attribute__((packed)); 167 } __attribute__((packed)); 174 } __attribute__((packed)); 187 } __attribute__((packed)); [all …]
|
/bionic/libc/kernel/uapi/linux/usb/ |
D | cdc.h | 72 } __attribute__((packed)); 84 } __attribute__((packed)); 91 } __attribute__((packed)); 105 } __attribute__((packed)); 114 } __attribute__((packed)); 125 } __attribute__((packed)); 137 } __attribute__((packed)); 146 } __attribute__((packed)); 155 } __attribute__((packed)); 164 } __attribute__((packed)); [all …]
|
D | functionfs.h | 49 } __attribute__((packed)); 55 } __attribute__((packed)); 62 } __attribute__((packed, deprecated)); 79 } __attribute__((packed)); 94 } __attribute__((packed)); 101 } __attribute__((packed)); 117 } __attribute__((packed)) u; 121 } __attribute__((packed));
|
D | midi.h | 39 } __attribute__((packed)); 50 } __attribute__((packed)); 56 } __attribute__((packed)); 67 } __attribute__((packed)); 71 } __attribute__((packed)) 80 } __attribute__((packed)); 83 } __attribute__((packed))
|
D | ch9.h | 115 } __attribute__((packed)); 154 } __attribute__((packed)); 174 } __attribute__((packed)); 210 } __attribute__((packed)); 222 } __attribute__((packed)); 236 } __attribute__((packed)); 250 } __attribute__((packed)); 286 } __attribute__((packed)); 302 } __attribute__((packed)); 309 } __attribute__((packed)); [all …]
|
D | audio.h | 135 } __attribute__((packed)); 138 } __attribute__((packed)) 153 } __attribute__((packed)); 177 } __attribute__((packed)); 192 } __attribute__((packed)) 202 } __attribute__((packed)); 212 } __attribute__((packed)); 223 } __attribute__((packed)); 234 } __attribute__((packed)); 244 } __attribute__((packed)); [all …]
|
/bionic/libc/arch-common/bionic/ |
D | __dso_handle.h | 31 __attribute__ ((visibility ("hidden"))) 34 __attribute__ ((section (".data"))) 36 __attribute__ ((section (".bss")))
|
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array"))) 44 __attribute__((force_align_arg_pointer))
|
D | __dso_handle_so.h | 30 __attribute__ ((visibility ("hidden"))) 31 __attribute__ ((section (".data")))
|
/bionic/libc/kernel/uapi/linux/wimax/ |
D | i2400m.h | 39 } __attribute__((packed)); 70 } __attribute__((packed)); 85 } __attribute__((packed)); 91 } __attribute__((packed)); 137 } __attribute__((packed)); 160 } __attribute__((packed)); 255 } __attribute__((packed)); 266 } __attribute__((packed)); 296 } __attribute__((packed)); 305 } __attribute__((packed)); [all …]
|
/bionic/tests/libs/ |
D | dlopen_testlib_ifunc.c | 22 static void __attribute__((constructor)) init_flag() { in init_flag() 26 static const char* is_ctor_called() __attribute__ ((ifunc("is_ctor_called_ifun"))); 28 const char* foo() __attribute__ ((ifunc ("foo_ifunc"))); 31 const char* is_ctor_called_jump_slot() __attribute__ ((ifunc("is_ctor_called_ifun")));
|
/bionic/libc/include/sys/ |
D | cdefs.h | 184 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro 198 #define __unused __attribute__((__unused__)) 203 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */ 206 #define __used __attribute__((__used__)) 212 #define __packed __attribute__((__packed__)) 213 #define __aligned(x) __attribute__((__aligned__(x))) 214 #define __section(x) __attribute__((__section__(x))) 237 #define __nonnull(args) __attribute__((__nonnull__ args)) 239 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) 240 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) [all …]
|
/bionic/libc/kernel/uapi/mtd/ |
D | nftl-user.h | 27 } __attribute__((packed)); 35 } __attribute__((packed)); 41 } __attribute__((packed)); 47 } __attribute__((packed)); 67 } __attribute__((packed));
|
D | inftl-user.h | 31 } __attribute__((packed)); 41 } __attribute__((packed)); 51 } __attribute__((packed)); 57 } __attribute__((packed)); 80 } __attribute__((packed)); 94 } __attribute__((packed));
|
/bionic/libc/kernel/uapi/sound/ |
D | compress_offload.h | 30 } __attribute__((packed, aligned(4))); 36 } __attribute__((packed, aligned(4))); 45 } __attribute__((packed, aligned(4))); 50 } __attribute__((packed, aligned(4))); 67 } __attribute__((packed, aligned(4))); 74 } __attribute__((packed, aligned(4))); 84 } __attribute__((packed, aligned(4)));
|
/bionic/libc/arch-arm64/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/libc/arch-mips/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/libc/arch-mips64/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/linker/ |
D | rt.cpp | 33 extern "C" void __attribute__((noinline)) __attribute__((visibility("default"))) rtld_db_dlactivity… in rtld_db_dlactivity()
|
/bionic/libc/kernel/uapi/linux/nfsd/ |
D | cld.h | 35 } __attribute__((packed)); 46 } __attribute__((packed)) cm_u; 47 } __attribute__((packed));
|
1234567