Home | History | Annotate | Download | only in gold

Lines Matching refs:funcptr

6651 typedef void (*funcptr) (void);
6652 funcptr dispatch (void) __asm__ ("invoke");
6653 funcptr dispatch (void) { return &func; }