| /src/lib/csu/common/ |
| crtbegin.c | 34 typedef void (*fptr_t)(void); typedef 36 __dso_hidden const fptr_t __JCR_LIST__[0] __section(".jcr"); 38 __weakref_visible void Jv_RegisterClasses(const fptr_t *) 42 extern __dso_hidden const fptr_t __CTOR_LIST__start __asm("__CTOR_LIST__"); 44 __dso_hidden const fptr_t __aligned(sizeof(void *)) __CTOR_LIST__[] __section(".ctors") = { 45 (fptr_t) -1, 47 __dso_hidden extern const fptr_t __CTOR_LIST_END__[]; 91 for (const fptr_t *p = __CTOR_LIST_END__; p > &__CTOR_LIST__start + 1; ) { 99 extern __dso_hidden const fptr_t __DTOR_LIST__start __asm("__DTOR_LIST__"); 101 __dso_hidden const fptr_t __aligned(sizeof(void *)) __DTOR_LIST__[] __section(".dtors") = [all...] |
| crtbegin.c | 34 typedef void (*fptr_t)(void); typedef 36 __dso_hidden const fptr_t __JCR_LIST__[0] __section(".jcr"); 38 __weakref_visible void Jv_RegisterClasses(const fptr_t *) 42 extern __dso_hidden const fptr_t __CTOR_LIST__start __asm("__CTOR_LIST__"); 44 __dso_hidden const fptr_t __aligned(sizeof(void *)) __CTOR_LIST__[] __section(".ctors") = { 45 (fptr_t) -1, 47 __dso_hidden extern const fptr_t __CTOR_LIST_END__[]; 91 for (const fptr_t *p = __CTOR_LIST_END__; p > &__CTOR_LIST__start + 1; ) { 99 extern __dso_hidden const fptr_t __DTOR_LIST__start __asm("__DTOR_LIST__"); 101 __dso_hidden const fptr_t __aligned(sizeof(void *)) __DTOR_LIST__[] __section(".dtors") = [all...] |
| crt0-common.c | 56 typedef void (*fptr_t)(void); typedef 100 extern const fptr_t __preinit_array_start[] __dso_hidden; 101 extern const fptr_t __preinit_array_end[] __dso_hidden __weak; 102 extern const fptr_t __init_array_start[] __dso_hidden; 103 extern const fptr_t __init_array_end[] __dso_hidden __weak; 104 extern const fptr_t __fini_array_start[] __dso_hidden; 105 extern const fptr_t __fini_array_end[] __dso_hidden __weak; 110 for (const fptr_t *f = __preinit_array_start; f < __preinit_array_end; f++) { 118 for (const fptr_t *f = __init_array_start; f < __init_array_end; f++) { 126 for (const fptr_t *f = __fini_array_start; f < __fini_array_end; f++) [all...] |
| crt0-common.c | 56 typedef void (*fptr_t)(void); typedef 100 extern const fptr_t __preinit_array_start[] __dso_hidden; 101 extern const fptr_t __preinit_array_end[] __dso_hidden __weak; 102 extern const fptr_t __init_array_start[] __dso_hidden; 103 extern const fptr_t __init_array_end[] __dso_hidden __weak; 104 extern const fptr_t __fini_array_start[] __dso_hidden; 105 extern const fptr_t __fini_array_end[] __dso_hidden __weak; 110 for (const fptr_t *f = __preinit_array_start; f < __preinit_array_end; f++) { 118 for (const fptr_t *f = __init_array_start; f < __init_array_end; f++) { 126 for (const fptr_t *f = __fini_array_start; f < __fini_array_end; f++) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| fptr.c | 51 typedef int (*fptr_t) (void); typedef 74 unsigned int __canonicalize_funcptr_for_compare (fptr_t) 78 __canonicalize_funcptr_for_compare (fptr_t fptr)
|
| fptr.c | 51 typedef int (*fptr_t) (void); typedef 74 unsigned int __canonicalize_funcptr_for_compare (fptr_t) 78 __canonicalize_funcptr_for_compare (fptr_t fptr)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| fptr.c | 51 typedef int (*fptr_t) (void); typedef 74 unsigned int __canonicalize_funcptr_for_compare (fptr_t) 78 __canonicalize_funcptr_for_compare (fptr_t fptr)
|
| fptr.c | 51 typedef int (*fptr_t) (void); typedef 74 unsigned int __canonicalize_funcptr_for_compare (fptr_t) 78 __canonicalize_funcptr_for_compare (fptr_t fptr)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| slow-waitpid.c | 170 typedef pid_t (*fptr_t) (pid_t, int *, int); typedef 171 static fptr_t real_func = NULL; 302 typedef int (*fptr_t) (const sigset_t *); typedef 303 static fptr_t real_func = NULL;
|
| slow-waitpid.c | 170 typedef pid_t (*fptr_t) (pid_t, int *, int); typedef 171 static fptr_t real_func = NULL; 302 typedef int (*fptr_t) (const sigset_t *); typedef 303 static fptr_t real_func = NULL;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| slow-waitpid.c | 170 typedef pid_t (*fptr_t) (pid_t, int *, int); typedef 171 static fptr_t real_func = NULL; 302 typedef int (*fptr_t) (const sigset_t *); typedef 303 static fptr_t real_func = NULL;
|
| slow-waitpid.c | 170 typedef pid_t (*fptr_t) (pid_t, int *, int); typedef 171 static fptr_t real_func = NULL; 302 typedef int (*fptr_t) (const sigset_t *); typedef 303 static fptr_t real_func = NULL;
|
| /src/libexec/ld.elf_so/ |
| rtld.h | 148 typedef void (*fptr_t)(void); typedef 197 fptr_t init; /* Initialization function to call */ 198 fptr_t fini; /* Termination function to call */ 308 fptr_t *init_array; /* start of init array */ 310 fptr_t *fini_array; /* start of fini array */ 312 fptr_t *preinit_array; /* start of preinit array */
|
| rtld.h | 148 typedef void (*fptr_t)(void); typedef 197 fptr_t init; /* Initialization function to call */ 198 fptr_t fini; /* Termination function to call */ 308 fptr_t *init_array; /* start of init array */ 310 fptr_t *fini_array; /* start of fini array */ 312 fptr_t *preinit_array; /* start of preinit array */
|