Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 5 of 5) sorted by relevance

/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/libm/machine/x86/
Di386mach.h79 #define SOTYPE_FUNCTION(sym) .type SYM(sym),@function argument
81 #define SOTYPE_FUNCTION(sym) argument
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h592 #define __strong_reference(sym,aliassym) \ argument
597 #define __weak_reference(sym,aliassym) \ argument
632 #define __weak_reference(sym,alias) \ argument
636 #define __weak_reference(sym,alias) \ argument
648 #define __weak_reference(sym,alias) \ argument
653 #define __weak_reference(sym,alias) \ argument
658 #define __weak_reference(sym,alias) \ argument
664 #define __weak_reference(sym,alias) \ argument
668 #define __weak_reference(sym,alias) \ 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