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

1234567

/bionic/linker/
H A Drt.cpp33 extern "C" void __attribute__((noinline)) __attribute__((visibility("default"))) rtld_db_dlactivity() {
H A Dlinker_libc_support.c20 int atexit(void (*function)(void) __attribute__((__unused__))) { argument
/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() {
H A Ddl_df_1_use_global.cpp17 extern "C" int __attribute__((weak)) dl_df_1_global_get_answer_impl() {
H A Ddlopen_2_parents_reloc_answer.cpp17 extern "C" int __attribute__((weak)) check_order_reloc_get_answer_impl() {
H A Ddlopen_check_order_reloc_answer.cpp17 extern "C" int __attribute__((weak)) check_order_reloc_get_answer_impl() {
H A Ddl_preempt_library_1.cpp19 extern "C" int __attribute__((weak)) main_global_default_serial() {
26 extern "C" int __attribute__((weak, visibility("protected"))) main_global_protected_serial() {
H A Ddl_preempt_library_2.cpp19 extern "C" int __attribute__((weak)) lib_global_default_serial() {
26 extern "C" int __attribute__((weak,visibility("protected"))) lib_global_protected_serial() {
H A Ddlopen_testlib_loopy_a.cpp19 extern "C" bool __attribute__((weak)) dlopen_test_loopy_function_impl() {
H A Ddlopen_testlib_loopy_invalid.cpp20 static void __attribute__((constructor)) panic() {
H A Ddlopen_weak_undefined.cpp17 extern "C" int __attribute__((weak)) weak_undefined_func();
H A Ddlopen_testlib_dlopen_from_ctor.cpp19 static void __attribute__((constructor)) call_dlopen_from_ctor() {
H A Ddlopen_testlib_ifunc.c22 static void __attribute__((constructor)) 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/kernel/uapi/linux/
H A Dtoshiba.h29 unsigned int ebx __attribute__((packed));
30 unsigned int ecx __attribute__((packed));
31 unsigned int edx __attribute__((packed));
32 unsigned int esi __attribute__((packed));
34 unsigned int edi __attribute__((packed));
/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)));

Completed in 1217 milliseconds

1234567