Re: How to tell where a symbol is satisfied from.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux