/sysdeps/microblaze/ |
A D | backtrace.c | 27 _identify_sighandler (unsigned long fp, unsigned long pc, 69 lookup_prev_stack_frame (unsigned long fp, unsigned long pc, in lookup_prev_stack_frame() argument 75 int is_signalhandler = _identify_sighandler (fp, pc, pprev_fp, in lookup_prev_stack_frame() 85 *pprev_fp = fp + frame_size; in lookup_prev_stack_frame() 89 *pprev_pc = *(unsigned long *) fp; in lookup_prev_stack_frame() 98 *pprev_fp = fp; in lookup_prev_stack_frame() 108 unsigned long pc, fp; in __backtrace() local 125 : "=r"(fp)); in __backtrace() 131 rc = lookup_prev_stack_frame (fp, pc, &pfp, &ppc, &retaddr); in __backtrace() 133 fp = pfp; in __backtrace()
|
/sysdeps/m68k/ |
A D | backtrace.c | 74 struct layout *fp; member 100 struct layout *fp = (struct layout *) arg.lastfp; in __backtrace() local 105 if ((void *) fp < arg.lastsp || (void *) fp > __libc_stack_end in __backtrace() 106 || ((long) fp & 1)) in __backtrace() 109 array[arg.cnt++] = fp->ret; in __backtrace() 110 fp = fp->fp; in __backtrace()
|
A D | crtn.S | 40 move.l -4(%fp), %a5 41 unlk %fp 45 move.l -4(%fp), %a5 46 unlk %fp
|
/sysdeps/x86/ |
A D | tst-cet-legacy-4.c | 31 int (*fp) (void); in do_test() local 43 fp = dlsym (h, "test"); in do_test() 44 if (fp == NULL) in do_test() 47 if (fp () != 0) in do_test()
|
A D | tst-cet-legacy-2.c | 30 int (*fp) (void); in do_test() local 40 fp = dlsym (h, "in_dso_1"); in do_test() 41 if (fp == NULL) in do_test() 47 if (fp () != 0x1234678) in do_test()
|
A D | tst-cet-legacy-5.c | 37 int (*fp) (void); in do_test_1() local 65 fp = dlsym (h, "test"); in do_test_1() 66 if (fp == NULL) in do_test_1() 72 if (fp () != 0) in do_test_1()
|
A D | tst-cet-legacy-6.c | 37 int (*fp) (void); in do_test_1() local 65 fp = dlsym (h, "test"); in do_test_1() 66 if (fp == NULL) in do_test_1() 72 if (fp () != 0) in do_test_1()
|
/sysdeps/pthread/ |
A D | tst-memstream.c | 41 FILE *fp; member 51 fputc (args->b, args->fp); in thread_func() 61 FILE *fp = open_memstream (&buffer, &buffer_length); in do_test() local 62 if (fp == NULL) in do_test() 70 args[i].fp = fp; in do_test() 78 fclose (fp); in do_test()
|
A D | tst-cancel6.c | 44 FILE *fp = fdopen (fd[0], "r"); in do_test() local 45 if (fp == NULL) in do_test() 52 if (pthread_create (&th, NULL, tf, fp) != 0) in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | readonly-area.c | 34 FILE *fp = fopen ("/proc/self/maps", "rce"); in __readonly_area() local 35 if (fp == NULL) in __readonly_area() 51 __fsetlocking (fp, FSETLOCKING_BYCALLER); in __readonly_area() 56 while (! __feof_unlocked (fp)) in __readonly_area() 58 if (__getdelim (&line, &linelen, '\n', fp) <= 0) in __readonly_area() 96 fclose (fp); in __readonly_area()
|
A D | lddlibc4.c | 45 FILE *fp; in main() local 78 fp = fopen (filename, "rb"); in main() 79 if (fp == NULL) in main() 83 if (fread (&exec, sizeof exec, 1, fp) < 1) in main() 92 fclose (fp); in main()
|
/sysdeps/mips/ |
A D | setjmp.S | 35 #ifdef fp 36 move a3, fp 38 move a3, $fp
|
/sysdeps/ieee754/ldbl-opt/ |
A D | nldbl-printf_fp.c | 5 __printf_fp (FILE *fp, const struct printf_info *info, in __printf_fp() argument 8 return __nldbl___printf_fp (fp, info, args); in __printf_fp()
|
A D | nldbl-printf_size.c | 5 printf_size (FILE *__restrict fp, const struct printf_info *info, in printf_size() argument 8 return __nldbl_printf_size (fp, info, args); in printf_size()
|
/sysdeps/arm/ |
A D | arm-mcount.S | 83 push {r0, r1, r2, r3, fp, lr} 89 cfi_rel_offset (fp, 16) 91 movs r0, fp 97 pop {r0, r1, r2, r3, fp, lr} 103 cfi_restore (fp) 107 pop {r0, r1, r2, r3, fp, pc}
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | ieee128-vfscanf.c | 22 ___ieee128_vfscanf (FILE *fp, const char *format, va_list ap) in ___ieee128_vfscanf() argument 24 return __vfscanf_internal (fp, format, ap, SCANF_LDBL_USES_FLOAT128); in ___ieee128_vfscanf()
|
A D | ieee128-vfwprintf.c | 22 ___ieee128_vfwprintf (FILE *fp, const wchar_t *format, va_list ap) in ___ieee128_vfwprintf() argument 24 return __vfwprintf_internal (fp, format, ap, in ___ieee128_vfwprintf()
|
A D | ieee128-vfwscanf.c | 22 ___ieee128_vfwscanf (FILE *fp, const wchar_t *format, va_list ap) in ___ieee128_vfwscanf() argument 24 return __vfwscanf_internal (fp, format, ap, in ___ieee128_vfwscanf()
|
A D | ieee128-vfprintf.c | 22 ___ieee128_vfprintf (FILE *fp, const char *format, va_list ap) in ___ieee128_vfprintf() argument 24 return __vfprintf_internal (fp, format, ap, PRINTF_LDBL_USES_FLOAT128); in ___ieee128_vfprintf()
|
A D | ieee128-isoc99_vfwscanf.c | 22 ___ieee128_isoc99_vfwscanf (FILE *fp, const wchar_t *format, va_list ap) in ___ieee128_isoc99_vfwscanf() argument 25 return __vfwscanf_internal (fp, format, ap, mode_flags); in ___ieee128_isoc99_vfwscanf()
|
A D | ieee128-isoc99_vfscanf.c | 23 ___ieee128_isoc99_vfscanf (FILE *fp, const char *format, va_list ap) in ___ieee128_isoc99_vfscanf() argument 26 return __vfscanf_internal (fp, format, ap, mode_flags); in ___ieee128_isoc99_vfscanf()
|
A D | ieee128-vfprintf_chk.c | 22 ___ieee128_vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap) in ___ieee128_vfprintf_chk() argument 28 return __vfprintf_internal (fp, format, ap, mode); in ___ieee128_vfprintf_chk()
|
A D | ieee128-vsscanf.c | 26 FILE *fp = _IO_strfile_read (&sf, string); in ___ieee128_vsscanf() local 27 return __vfscanf_internal (fp, format, ap, SCANF_LDBL_USES_FLOAT128); in ___ieee128_vsscanf()
|
/sysdeps/sparc/sparc32/ |
A D | __longjmp.S | 37 xor %fp, %g3, %o0 38 add %fp, 512, %o1 48 cmp %fp, %g3 /* Have we reached the target frame? */ 69 PTR_DEMANGLE2 (%fp, %g1, %g4) 72 ld ENV(g1,JB_SP), %fp /* Set saved SP on restore below. */
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | ____longjmp_chk.S | 44 cfi_def_cfa_register(%fp) 47 add %fp, 2023, %o1 52 lduw [%fp + 2031], %l2 55 ldx [%fp + 2023], %l0 56 ldx [%fp + 2039], %l1
|