Home
last modified time | relevance | path

Searched refs:__strong_reference (Results 1 – 25 of 69) sorted by relevance

123

/picolibc-latest/semihost/
Diob.c40 #ifdef __strong_reference
41 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/semihost/fake/
Dfake_io.c57 #ifdef __strong_reference
58 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/semihost/machine/x86/
De9_io.c57 #ifdef __strong_reference
58 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_io.c59 #ifdef __strong_reference
60 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/semihost/machine/msp430/
Dmsp430-iob.c60 #ifdef __strong_reference
61 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/dummyhost/
Diob.c68 #ifdef __strong_reference
69 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/newlib/libc/tinystdio/
Dfputc.c51 __strong_reference(fputc, putc);
52 __strong_reference(fputc, putc_unlocked);
Dfgetc.c61 __strong_reference(fgetc, getc);
62 __strong_reference(fgetc, getc_unlocked);
Dgetchar.c45 __strong_reference(getchar, getchar_unlocked);
Dputchar.c44 __strong_reference(putchar, putchar_unlocked);
Dvfiscanf.c44 __strong_reference(vfscanf, __i_vfscanf);
Dvflscanf.c44 __strong_reference(vfscanf, __l_vfscanf);
Dvfmprintf.c44 __strong_reference(vfprintf, __m_vfprintf);
Dvfmscanf.c44 __strong_reference(vfscanf, __m_vfscanf);
Dvffprintf.c45 __strong_reference(vfprintf, __f_vfprintf);
Dvffscanf.c45 __strong_reference(vfscanf, __f_vfscanf);
Dvfiprintf.c45 __strong_reference(vfprintf, __i_vfprintf);
Dvflprintf.c45 __strong_reference(vfprintf, __l_vfprintf);
/picolibc-latest/semihost/machine/sh/
Dsh_io.c72 #ifdef __strong_reference
73 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/newlib/testsuite/
Dstdio-bits.c105 #ifdef __strong_reference
106 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/semihost/machine/sparc/
Dsparc_iob.c111 #ifdef __strong_reference
112 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/newlib/libc/stdlib/
Dnano-free.c112 __strong_reference(free, __malloc_free);
113 __strong_reference(free, cfree);
/picolibc-latest/semihost/machine/mips/
Dmips_iob.c112 #ifdef __strong_reference
113 #define STDIO_ALIAS(x) __strong_reference(stdin, x);
/picolibc-latest/newlib/libm/ld/common/
Ds_sincosl.c24 __strong_reference(sincosl, __sincosieee128);
/picolibc-latest/newlib/libm/common/
Dexp10l.c51 __strong_reference(exp10l, pow10l);

123