Home
last modified time | relevance | path

Searched refs:NOINLINE_NOCLONE (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/tests/
Dbacktrace-child.c95 #define NOINLINE_NOCLONE __attribute__ ((noinline, noclone)) macro
97 #define NOINLINE_NOCLONE __attribute__ ((noinline)) macro
108 static NOINLINE_NOCLONE void
127 static NOINLINE_NOCLONE void
134 static NOINLINE_NOCLONE USED void
142 static NOINLINE_NOCLONE void
148 static NOINLINE_NOCLONE NORETURN void
172 static NOINLINE_NOCLONE void
178 static NOINLINE_NOCLONE void
187 static NOINLINE_NOCLONE void
Dtestfile-backtrace-demangle.cc19 #define NOINLINE_NOCLONE __attribute__ ((noinline, noclone)) macro
21 #define NOINLINE_NOCLONE __attribute__ ((noinline)) macro
24 void NOINLINE_NOCLONE
34 void NOINLINE_NOCLONE
DChangeLog859 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.