Lines Matching refs:main
31 main (int argc __attribute__ ((unused)), char **argv)
43 #define main cleanup_13_main
45 #undef main
106 if (symname && (strcmp (symname, "main") == 0
107 || strcmp (symname, ".main") == 0))
123 printf ("dwfl_thread_getframes returned, main not found\n");
128 __attribute__((section(".main"))) /* Defeat -freorder-blocks-and-partition */
129 main (int argc __attribute__ ((unused)), char **argv)
175 /* There is an exit (0) call if we find the "main" frame, */
176 printf ("dwfl_getthreads returned, main not found\n");