Lines Matching full:_foo
1658 example, the undefined symbol `_foo' might be linked to the
1659 function `_foo@12', or the undefined symbol `_bar@16' might be
2785 _foo = 1000;
5732 also be exported as `_foo' by using special directives in the
5741 _foo = foo
5743 The line `_foo = foo' maps the symbol `foo' to `_foo'.
5749 void _foo () __attribute__ ((weak, alias ("foo")));
5756 cygwin kernel does this regularly. A symbol `_foo' can be
5757 exported as `foo' but not as `_foo' by using special
5764 _foo = foo
5766 _foo = foo' maps the exported symbol `foo' to
5767 `_foo'.