Searched refs:__strong_reference (Results 1 – 25 of 69) sorted by relevance
123
/picolibc-latest/semihost/ |
D | iob.c | 40 #ifdef __strong_reference 41 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/semihost/fake/ |
D | fake_io.c | 57 #ifdef __strong_reference 58 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_io.c | 57 #ifdef __strong_reference 58 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/semihost/machine/powerpc/ |
D | powerpc_io.c | 59 #ifdef __strong_reference 60 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/semihost/machine/msp430/ |
D | msp430-iob.c | 60 #ifdef __strong_reference 61 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/dummyhost/ |
D | iob.c | 68 #ifdef __strong_reference 69 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fputc.c | 51 __strong_reference(fputc, putc); 52 __strong_reference(fputc, putc_unlocked);
|
D | fgetc.c | 61 __strong_reference(fgetc, getc); 62 __strong_reference(fgetc, getc_unlocked);
|
D | getchar.c | 45 __strong_reference(getchar, getchar_unlocked);
|
D | putchar.c | 44 __strong_reference(putchar, putchar_unlocked);
|
D | vfiscanf.c | 44 __strong_reference(vfscanf, __i_vfscanf);
|
D | vflscanf.c | 44 __strong_reference(vfscanf, __l_vfscanf);
|
D | vfmprintf.c | 44 __strong_reference(vfprintf, __m_vfprintf);
|
D | vfmscanf.c | 44 __strong_reference(vfscanf, __m_vfscanf);
|
D | vffprintf.c | 45 __strong_reference(vfprintf, __f_vfprintf);
|
D | vffscanf.c | 45 __strong_reference(vfscanf, __f_vfscanf);
|
D | vfiprintf.c | 45 __strong_reference(vfprintf, __i_vfprintf);
|
D | vflprintf.c | 45 __strong_reference(vfprintf, __l_vfprintf);
|
/picolibc-latest/semihost/machine/sh/ |
D | sh_io.c | 72 #ifdef __strong_reference 73 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/newlib/testsuite/ |
D | stdio-bits.c | 105 #ifdef __strong_reference 106 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/semihost/machine/sparc/ |
D | sparc_iob.c | 111 #ifdef __strong_reference 112 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/newlib/libc/stdlib/ |
D | nano-free.c | 112 __strong_reference(free, __malloc_free); 113 __strong_reference(free, cfree);
|
/picolibc-latest/semihost/machine/mips/ |
D | mips_iob.c | 112 #ifdef __strong_reference 113 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
|
/picolibc-latest/newlib/libm/ld/common/ |
D | s_sincosl.c | 24 __strong_reference(sincosl, __sincosieee128);
|
/picolibc-latest/newlib/libm/common/ |
D | exp10l.c | 51 __strong_reference(exp10l, pow10l);
|
123