Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/common/linux/
Dkernel.h37 #define __FUNCTION__ (__func__)
/bionic/libc/include/
Dassert.h56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
/bionic/libc/include/sys/
Dcdefs.h230 #define __func__ __PRETTY_FUNCTION__ macro
232 #define __func__ __FUNCTION__ macro
234 #define __func__ "" macro
/bionic/linker/
Dlinker.c146 "%s[%d]: " fmt, __func__, __LINE__, ##x); \