Home | History | Annotate | Download | only in opcodes

Lines Matching refs:nm_test_func

6729 void nm_test_func(void);
6730 void nm_test_func(void){}
6734 int main(){nm_test_var='a';nm_test_func();return(0);}
6758 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6811 echo "cannot find nm_test_func in $nlist" >&5