Searched refs:nolibc_strlen (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dstring.h126 __attribute__((weak,unused,section(".text.nolibc_strlen")))
140 #define nolibc_strlen(x) strlen(x) macro
144 nolibc_strlen((str)); \

Completed in 138 milliseconds