Home | History | Annotate | Download | only in crasher

Lines Matching full:noinline

55 #define noinline __attribute__((__noinline__))
65 noinline void maybe_abort() {
72 noinline void smash_stack_dummy_function(volatile int* plen) {
76 // This must be marked with "__attribute__ ((noinline))", to ensure the
79 // Use another noinline function to corrupt the stack.
80 noinline int smash_stack(volatile int* plen) {
95 noinline void overflow_stack(void* p) {
104 noinline void* thread_callback(void* raw_arg) {
109 noinline int do_action_on_thread(const char* arg) {
117 noinline int crash_null() {
122 noinline int crash3(int a) {
127 noinline int crash2(int a) {
132 noinline int crash(int a) {
137 noinline void abuse_heap() {
142 noinline void leak() {
150 noinline void sigsegv_non_null() {
155 noinline void fprintf_null() {
159 noinline void readdir_null() {
163 noinline int strlen_null() {
220 noinline int do_action(const char* arg) {