Home | History | Annotate | Download | only in info

Lines Matching full:_foo

1579      example, the undefined symbol `_foo' might be linked to the
1580 function `_foo@12', or the undefined symbol `_bar@16' might be
2532 _foo = 1000;
5389 also be exported as `_foo' by using special directives in the
5398 _foo = foo
5400 The line `_foo = foo' maps the symbol `foo' to `_foo'.
5406 void _foo () __attribute__ ((weak, alias ("foo")));
5413 cygwin kernel does this regularly. A symbol `_foo' can be
5414 exported as `foo' but not as `_foo' by using special
5421 _foo = foo
5423 The line `_foo = foo' maps the exported symbol `foo' to
5424 `_foo'.