Lines Matching full:_foo
1445 example, the undefined symbol `_foo' might be linked to the
1446 function `_foo@12', or the undefined symbol `_bar@16' might be
2332 _foo = 1000;
4921 also be exported as `_foo' by using special directives in the
4930 _foo = foo
4932 The line `_foo = foo' maps the symbol `foo' to `_foo'.
4938 void _foo () __attribute__ ((weak, alias ("foo")));
4945 cygwin kernel does this regularly. A symbol `_foo' can be
4946 exported as `foo' but not as `_foo' by using special
4953 _foo = foo
4955 The line `_foo = foo' maps the exported symbol `foo' to
4956 `_foo'.