On 2-3-2019 16:21, Tijl Coosemans wrote:
On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen <[email protected]>
wrote:
Now if I look in librados.so for rados_create that gives:
====
> objdump -t librados.so.2.0.0 | grep rados_create
You want to look at dynamic symbols so "objdump -T".
Could it be that the objectfile already has something "wrong"to start with?
[~/master] [email protected]> objdump -t
./build/src/librados/CMakeFiles/librados.dir/librados_c.cc.o | grep
rados_create
00000000000003b0 l F .text 00000000000000a6
_ZL16rados_create_cctPKcP18CephInitParameters
00000000000001d0 g F .text 00000000000001df _rados_create
0000000000000460 g F .text 000000000000028d _rados_create2
0000000000015410 g F .text 00000000000000a4 _rados_create_read_op
00000000000006f0 g F .text 0000000000000085 _rados_create_with_context
0000000000013a30 g F .text 00000000000000a4 _rados_create_write_op
0000000000000460 g F .text 000000000000028d rados_create2@@
00000000000001d0 g F .text 00000000000001df rados_create@@
0000000000015410 g F .text 00000000000000a4 rados_create_read_op@@
00000000000006f0 g F .text 0000000000000085 rados_create_with_context@@
0000000000013a30 g F .text 00000000000000a4 rados_create_write_op@@
[~/master] [email protected]> objdump -T
./build/src/librados/CMakeFiles/librados.dir/librados_c.cc.o | grep
rados_create
objdump: ./build/src/librados/CMakeFiles/librados.dir/librados_c.cc.o:
not a dynamic object
Exit 1
--WjW
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"