Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h592 #define __strong_reference(sym,aliassym) \ argument
593 extern __typeof (sym) aliassym __attribute__ ((__alias__ (__STRING(sym))))
597 #define __weak_reference(sym,aliassym) \ argument
598 extern __typeof (sym) aliassym __attribute__ ((__weak__, __alias__ (__STRING(sym))))
632 #define __weak_reference(sym,alias) \ argument
634 __asm__(".equ " #alias ", " #sym)
636 #define __weak_reference(sym,alias) \ argument
648 #define __weak_reference(sym,alias) \ argument
649 __asm__(".weak_definition _" #sym); \
651 __asm__(".set _" #alias ", _" #sym)
[all …]
/picolibc-latest/newlib/libm/machine/x86/
Di386mach.h79 #define SOTYPE_FUNCTION(sym) .type SYM(sym),@function argument
81 #define SOTYPE_FUNCTION(sym) argument
/picolibc-latest/newlib/libc/machine/x86/
Di386mach.h88 #define SOTYPE_FUNCTION(sym) .type SYM(sym),@function argument
90 #define SOTYPE_FUNCTION(sym) argument
Dx86_64mach.h109 #define SOTYPE_FUNCTION(sym) .type SYM(sym),@function argument
111 #define SOTYPE_FUNCTION(sym) argument
/picolibc-latest/newlib/libc/include/
Delf.h585 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) argument
589 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) argument
1095 #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size)) argument
1099 #define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size) argument
/picolibc-latest/newlib/
DChangeLog-201515286 * libc/sys/linux/dl/dl-sym.c: Ditto.
15530 * libc/sys/linux/linuxthreads/bp-sym.h: Ditto.
17368 * libc/sys/linux/bp-sym.h: Moved to include directory.
17407 * libc/sys/linux/include/bp-sym.h: Ditto.