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;
5398 also be exported as `_foo' by using special directives in the
5407 _foo = foo
5409 The line `_foo = foo' maps the symbol `foo' to `_foo'.
5415 void _foo () __attribute__ ((weak, alias ("foo")));
5422 cygwin kernel does this regularly. A symbol `_foo' can be
5423 exported as `foo' but not as `_foo' by using special
5430 _foo = foo
5432 The line `_foo = foo' maps the exported symbol `foo' to
5433 `_foo'.