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

123456

/bionic/linker/
H A Drt.cpp33 extern "C" void __attribute__((noinline)) __attribute__((visibility("default"))) rtld_db_dlactivity() {
/bionic/libc/arch-common/bionic/
H A D__dso_handle.h31 __attribute__ ((visibility ("hidden")))
34 __attribute__ ((section (".data")))
36 __attribute__ ((section (".bss")))
H A D__dso_handle_so.h30 __attribute__ ((visibility ("hidden")))
31 __attribute__ ((section (".data")))
H A Datexit.h35 __attribute__ ((visibility ("hidden")))
42 __attribute__ ((visibility ("hidden")))
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
44 __attribute__((force_align_arg_pointer))
H A Dcrtbegin_so.c32 __attribute__((visibility("hidden"),destructor))
/bionic/tests/libs/
H A Ddlsym_weak_function.cpp17 extern "C" int __attribute__((weak)) weak_func() {
/bionic/libc/kernel/uapi/linux/
H A Dtoshiba.h27 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));
H A Datmapi.h22 #define __ATM_API_ALIGN __attribute__((aligned(8)))
/bionic/libc/arch-mips/bionic/
H A Dcrtbegin_so.c32 __attribute__((visibility("hidden"),destructor))
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
H A Datexit.h32 __attribute__ ((visibility ("hidden")))
/bionic/libc/arch-mips64/bionic/
H A Dcrtbegin_so.c32 __attribute__((visibility("hidden"),destructor))
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
H A Datexit.h32 __attribute__ ((visibility ("hidden")))
/bionic/libc/arch-x86/bionic/
H A Datexit.h31 __attribute__ ((visibility ("hidden")))
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsiginfo.h24 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
26 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
H A Dstatfs.h21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstatfs.h21 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dstatfs.h21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_TEE.h25 struct xt_tee_priv *priv __attribute__((aligned(8)));
H A Dxt_LED.h27 void *internal_data __attribute__((aligned(8)));
/bionic/libc/arch-arm64/bionic/
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
/bionic/libc/kernel/uapi/linux/nfsd/
H A Dcld.h35 } __attribute__((packed));
46 } __attribute__((packed)) cm_u;
47 } __attribute__((packed));
/bionic/libc/bionic/
H A DNetdClientDispatch.cpp20 #define __socketcall __attribute__((__cdecl__))
35 __LIBC_HIDDEN__ NetdClientDispatch __netdClientDispatch __attribute__((aligned(32))) = {

Completed in 6630 milliseconds

123456