Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/sh/
Dstrlen.S65 #define STR_COPY STR
71 #define STR RESULT macro
78 mov.l @STR+,TMP
81 add #-4,STR
83 mov.b @STR+,TMP
86 add #-1,STR
88 sub STR_ORIG,STR
/picolibc-latest/newlib/libc/machine/avr/
Dsectionname.h40 #define STR(x) _STR(x) macro
43 #define ATTRIBUTE_CLIB_SECTION __attribute__ ((section (STR(CLIB_SECTION))))
44 #define ATTRIBUTE_MLIB_SECTION __attribute__ ((section (STR(MLIB_SECTION))))