Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dbacktrace-child.c105 #define NOINLINE_NOCLONE __attribute__ ((noinline, noclone)) macro
107 #define NOINLINE_NOCLONE __attribute__ ((noinline)) macro
118 static NOINLINE_NOCLONE void
137 static NOINLINE_NOCLONE void
144 static NOINLINE_NOCLONE USED void
152 static NOINLINE_NOCLONE void
158 static NOINLINE_NOCLONE NORETURN void
181 static NOINLINE_NOCLONE void
187 static NOINLINE_NOCLONE void
196 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
DChangeLog3041 * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.