Re: How to tell where a symbol is satisfied from.
- From: Joe Smith <jes@xxxxxxxxxxx>
- Date: Thu, 28 Dec 2006 02:08:07 -0500
Reg Clemens wrote:
...
How do I find out where this symbol is defined???
...
Ok, this is kinda stupid, but Google finds it in BSD libc:
44 /*
45 * Return remainder after dividing two signed quads.
46 *
47 * XXX
48 * If -1/2 should produce -1 on this machine, this code is wrong.
49 */
50 longlong_t
51 ___moddi3(longlong_t a, longlong_t b)
so I checked there on FC5 as well:
$ nm /lib/libc.so.6 | grep moddi
4f30f980 T __moddi3@xxxxxxxxx
4f30f980 t __moddi3_internal
4f30fcd1 T __umoddi3@xxxxxxxxx
4f30fcd1 t __umoddi3_internal
Sorry, I have no idea why it's undefined under FC6.
<Joe
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- How to tell where a symbol is satisfied from.
- From: Reg Clemens
- How to tell where a symbol is satisfied from.
- Prev by Date: Re: 1440x900 wide screen monitor
- Next by Date: find/xargs question...
- Previous by thread: Re: How to tell where a symbol is satisfied from.
- Next by thread: Updated ISO Images
- Index(es):
Relevant Pages
|