Skip to content

Instantly share code, notes, and snippets.

@harrishancock
Created July 29, 2017 08:43
Show Gist options
  • Save harrishancock/5a121fb4094c4ddd52f97630b4a19ca3 to your computer and use it in GitHub Desktop.
Save harrishancock/5a121fb4094c4ddd52f97630b4a19ca3 to your computer and use it in GitHub Desktop.
CMake installation of Cap'n Proto, `ls -l *.so` and `readelf -d *.so` (before)
lrwxrwxrwx 1 harris harris 20 Jul 28 21:49 libcapnpc.so -> libcapnpc.so.0.7-dev
-rw-r--r-- 1 harris harris 1083240 Jul 28 21:45 libcapnpc.so.0.7-dev
lrwxrwxrwx 1 harris harris 24 Jul 28 21:49 libcapnp-json.so -> libcapnp-json.so.0.7-dev
-rw-r--r-- 1 harris harris 138712 Jul 28 21:46 libcapnp-json.so.0.7-dev
lrwxrwxrwx 1 harris harris 23 Jul 28 21:49 libcapnp-rpc.so -> libcapnp-rpc.so.0.7-dev
-rw-r--r-- 1 harris harris 1217472 Jul 28 21:46 libcapnp-rpc.so.0.7-dev
lrwxrwxrwx 1 harris harris 19 Jul 28 21:49 libcapnp.so -> libcapnp.so.0.7-dev
-rw-r--r-- 1 harris harris 873984 Jul 28 21:44 libcapnp.so.0.7-dev
lrwxrwxrwx 1 harris harris 22 Jul 28 21:49 libkj-async.so -> libkj-async.so.0.7-dev
-rw-r--r-- 1 harris harris 481424 Jul 28 21:44 libkj-async.so.0.7-dev
lrwxrwxrwx 1 harris harris 21 Jul 28 21:49 libkj-http.so -> libkj-http.so.0.7-dev
-rw-r--r-- 1 harris harris 507608 Jul 28 21:44 libkj-http.so.0.7-dev
lrwxrwxrwx 1 harris harris 16 Jul 28 21:49 libkj.so -> libkj.so.0.7-dev
-rw-r--r-- 1 harris harris 425848 Jul 28 21:44 libkj.so.0.7-dev
lrwxrwxrwx 1 harris harris 21 Jul 28 21:49 libkj-test.so -> libkj-test.so.0.7-dev
-rw-r--r-- 1 harris harris 64544 Jul 28 21:44 libkj-test.so.0.7-dev
File: libcapnpc.so
Dynamic section at offset 0xc0ba0 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnpc.so.0.7-dev]
0x000000000000000c (INIT) 0x286d0
0x000000000000000d (FINI) 0xa2868
0x0000000000000019 (INIT_ARRAY) 0x2be728
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2be730
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x8660
0x0000000000000006 (SYMTAB) 0x1ca0
0x000000000000000a (STRSZ) 98259 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2c1000
0x0000000000000002 (PLTRELSZ) 12168 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x25748
0x0000000000000007 (RELA) 0x20fd8
0x0000000000000008 (RELASZ) 18288 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x20f08
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x20634
0x000000006ffffff9 (RELACOUNT) 294
0x0000000000000000 (NULL) 0x0
File: libcapnpc.so.0.7-dev
Dynamic section at offset 0xc0ba0 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnpc.so.0.7-dev]
0x000000000000000c (INIT) 0x286d0
0x000000000000000d (FINI) 0xa2868
0x0000000000000019 (INIT_ARRAY) 0x2be728
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2be730
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x8660
0x0000000000000006 (SYMTAB) 0x1ca0
0x000000000000000a (STRSZ) 98259 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2c1000
0x0000000000000002 (PLTRELSZ) 12168 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x25748
0x0000000000000007 (RELA) 0x20fd8
0x0000000000000008 (RELASZ) 18288 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x20f08
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x20634
0x000000006ffffff9 (RELACOUNT) 294
0x0000000000000000 (NULL) 0x0
File: libcapnp-json.so
Dynamic section at offset 0x1ad48 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnp-json.so.0.7-dev]
0x000000000000000c (INIT) 0x6e10
0x000000000000000d (FINI) 0x16d60
0x0000000000000019 (INIT_ARRAY) 0x21aae8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x21aaf0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x1fa0
0x0000000000000006 (SYMTAB) 0x728
0x000000000000000a (STRSZ) 14612 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x21b000
0x0000000000000002 (PLTRELSZ) 3336 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x6108
0x0000000000000007 (RELA) 0x5b80
0x0000000000000008 (RELASZ) 1416 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x5ac0
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x58b4
0x000000006ffffff9 (RELACOUNT) 18
0x0000000000000000 (NULL) 0x0
File: libcapnp-json.so.0.7-dev
Dynamic section at offset 0x1ad48 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnp-json.so.0.7-dev]
0x000000000000000c (INIT) 0x6e10
0x000000000000000d (FINI) 0x16d60
0x0000000000000019 (INIT_ARRAY) 0x21aae8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x21aaf0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x1fa0
0x0000000000000006 (SYMTAB) 0x728
0x000000000000000a (STRSZ) 14612 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x21b000
0x0000000000000002 (PLTRELSZ) 3336 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x6108
0x0000000000000007 (RELA) 0x5b80
0x0000000000000008 (RELASZ) 1416 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x5ac0
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x58b4
0x000000006ffffff9 (RELACOUNT) 18
0x0000000000000000 (NULL) 0x0
File: libcapnp-rpc.so
Dynamic section at offset 0xd0790 contains 31 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj-async.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libcapnp-rpc.so.0.7-dev]
0x000000000000000c (INIT) 0x432c8
0x000000000000000d (FINI) 0xa4814
0x0000000000000019 (INIT_ARRAY) 0x2c94a8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2c94b0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0xc968
0x0000000000000006 (SYMTAB) 0x2d50
0x000000000000000a (STRSZ) 140670 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2d1000
0x0000000000000002 (PLTRELSZ) 7704 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x414b0
0x0000000000000007 (RELA) 0x2fca8
0x0000000000000008 (RELASZ) 71688 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x2fbe8
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x2eee6
0x000000006ffffff9 (RELACOUNT) 861
0x0000000000000000 (NULL) 0x0
File: libcapnp-rpc.so.0.7-dev
Dynamic section at offset 0xd0790 contains 31 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcapnp.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj-async.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libcapnp-rpc.so.0.7-dev]
0x000000000000000c (INIT) 0x432c8
0x000000000000000d (FINI) 0xa4814
0x0000000000000019 (INIT_ARRAY) 0x2c94a8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2c94b0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0xc968
0x0000000000000006 (SYMTAB) 0x2d50
0x000000000000000a (STRSZ) 140670 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2d1000
0x0000000000000002 (PLTRELSZ) 7704 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x414b0
0x0000000000000007 (RELA) 0x2fca8
0x0000000000000008 (RELASZ) 71688 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x2fbe8
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0x2eee6
0x000000006ffffff9 (RELACOUNT) 861
0x0000000000000000 (NULL) 0x0
File: libcapnp.so
Dynamic section at offset 0xb0bf8 contains 28 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnp.so.0.7-dev]
0x000000000000000c (INIT) 0x29048
0x000000000000000d (FINI) 0x9007c
0x0000000000000019 (INIT_ARRAY) 0x2ae728
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2ae730
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0xaf68
0x0000000000000006 (SYMTAB) 0x2a90
0x000000000000000a (STRSZ) 91336 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2b1000
0x0000000000000002 (PLTRELSZ) 12336 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x26018
0x0000000000000007 (RELA) 0x21ff8
0x0000000000000008 (RELASZ) 16416 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x21f48
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x21430
0x000000006ffffff9 (RELACOUNT) 196
0x0000000000000000 (NULL) 0x0
File: libcapnp.so.0.7-dev
Dynamic section at offset 0xb0bf8 contains 28 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libcapnp.so.0.7-dev]
0x000000000000000c (INIT) 0x29048
0x000000000000000d (FINI) 0x9007c
0x0000000000000019 (INIT_ARRAY) 0x2ae728
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2ae730
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0xaf68
0x0000000000000006 (SYMTAB) 0x2a90
0x000000000000000a (STRSZ) 91336 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x2b1000
0x0000000000000002 (PLTRELSZ) 12336 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x26018
0x0000000000000007 (RELA) 0x21ff8
0x0000000000000008 (RELASZ) 16416 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x21f48
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x21430
0x000000006ffffff9 (RELACOUNT) 196
0x0000000000000000 (NULL) 0x0
File: libkj-async.so
Dynamic section at offset 0x55bc0 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libkj-async.so.0.7-dev]
0x000000000000000c (INIT) 0x16b78
0x000000000000000d (FINI) 0x44b4c
0x0000000000000019 (INIT_ARRAY) 0x2534a8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2534b0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0x5818
0x0000000000000006 (SYMTAB) 0x15b8
0x000000000000000a (STRSZ) 36419 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x256000
0x0000000000000002 (PLTRELSZ) 5016 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x157e0
0x0000000000000007 (RELA) 0xed18
0x0000000000000008 (RELASZ) 27336 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0xebe8
0x000000006fffffff (VERNEEDNUM) 5
0x000000006ffffff0 (VERSYM) 0xe65c
0x000000006ffffff9 (RELACOUNT) 351
0x0000000000000000 (NULL) 0x0
File: libkj-async.so.0.7-dev
Dynamic section at offset 0x55bc0 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libkj-async.so.0.7-dev]
0x000000000000000c (INIT) 0x16b78
0x000000000000000d (FINI) 0x44b4c
0x0000000000000019 (INIT_ARRAY) 0x2534a8
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x2534b0
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0x5818
0x0000000000000006 (SYMTAB) 0x15b8
0x000000000000000a (STRSZ) 36419 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x256000
0x0000000000000002 (PLTRELSZ) 5016 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x157e0
0x0000000000000007 (RELA) 0xed18
0x0000000000000008 (RELASZ) 27336 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0xebe8
0x000000006fffffff (VERNEEDNUM) 5
0x000000006ffffff0 (VERSYM) 0xe65c
0x000000006ffffff9 (RELACOUNT) 351
0x0000000000000000 (NULL) 0x0
File: libkj-http.so
Dynamic section at offset 0x5ab00 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj-async.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libkj-http.so.0.7-dev]
0x000000000000000c (INIT) 0x18820
0x000000000000000d (FINI) 0x4b1c0
0x0000000000000019 (INIT_ARRAY) 0x258508
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x258510
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x5048
0x0000000000000006 (SYMTAB) 0x1448
0x000000000000000a (STRSZ) 47023 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x25b000
0x0000000000000002 (PLTRELSZ) 3744 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x17980
0x0000000000000007 (RELA) 0x10d98
0x0000000000000008 (RELASZ) 27624 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x10cf8
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x107f8
0x000000006ffffff9 (RELACOUNT) 312
0x0000000000000000 (NULL) 0x0
File: libkj-http.so.0.7-dev
Dynamic section at offset 0x5ab00 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj-async.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libkj-http.so.0.7-dev]
0x000000000000000c (INIT) 0x18820
0x000000000000000d (FINI) 0x4b1c0
0x0000000000000019 (INIT_ARRAY) 0x258508
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x258510
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x5048
0x0000000000000006 (SYMTAB) 0x1448
0x000000000000000a (STRSZ) 47023 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x25b000
0x0000000000000002 (PLTRELSZ) 3744 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x17980
0x0000000000000007 (RELA) 0x10d98
0x0000000000000008 (RELASZ) 27624 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x10cf8
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x107f8
0x000000006ffffff9 (RELACOUNT) 312
0x0000000000000000 (NULL) 0x0
File: libkj.so
Dynamic section at offset 0x58c08 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libkj.so.0.7-dev]
0x000000000000000c (INIT) 0x11398
0x000000000000000d (FINI) 0x4e59c
0x0000000000000019 (INIT_ARRAY) 0x258108
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x258110
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0x53f8
0x0000000000000006 (SYMTAB) 0x1588
0x000000000000000a (STRSZ) 33456 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x259000
0x0000000000000002 (PLTRELSZ) 5376 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0xfe98
0x0000000000000007 (RELA) 0xdcc0
0x0000000000000008 (RELASZ) 8664 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0xdbe0
0x000000006fffffff (VERNEEDNUM) 5
0x000000006ffffff0 (VERSYM) 0xd6a8
0x000000006ffffff9 (RELACOUNT) 32
0x0000000000000000 (NULL) 0x0
File: libkj.so.0.7-dev
Dynamic section at offset 0x58c08 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x000000000000000e (SONAME) Library soname: [libkj.so.0.7-dev]
0x000000000000000c (INIT) 0x11398
0x000000000000000d (FINI) 0x4e59c
0x0000000000000019 (INIT_ARRAY) 0x258108
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x258110
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x228
0x0000000000000005 (STRTAB) 0x53f8
0x0000000000000006 (SYMTAB) 0x1588
0x000000000000000a (STRSZ) 33456 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x259000
0x0000000000000002 (PLTRELSZ) 5376 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0xfe98
0x0000000000000007 (RELA) 0xdcc0
0x0000000000000008 (RELASZ) 8664 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0xdbe0
0x000000006fffffff (VERNEEDNUM) 5
0x000000006ffffff0 (VERSYM) 0xd6a8
0x000000006ffffff9 (RELACOUNT) 32
0x0000000000000000 (NULL) 0x0
File: libkj-test.so
Dynamic section at offset 0xbd68 contains 28 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libkj-test.so.0.7-dev]
0x000000000000000c (INIT) 0x3af8
0x000000000000000d (FINI) 0x9e8c
0x0000000000000019 (INIT_ARRAY) 0x20bb20
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x20bb28
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x1008
0x0000000000000006 (SYMTAB) 0x468
0x000000000000000a (STRSZ) 7497 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x20c000
0x0000000000000002 (PLTRELSZ) 1104 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x36a8
0x0000000000000007 (RELA) 0x2ee0
0x0000000000000008 (RELASZ) 1992 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x2e50
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x2d52
0x000000006ffffff9 (RELACOUNT) 9
0x0000000000000000 (NULL) 0x0
File: libkj-test.so.0.7-dev
Dynamic section at offset 0xbd68 contains 28 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkj.so.0.7-dev]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000e (SONAME) Library soname: [libkj-test.so.0.7-dev]
0x000000000000000c (INIT) 0x3af8
0x000000000000000d (FINI) 0x9e8c
0x0000000000000019 (INIT_ARRAY) 0x20bb20
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x20bb28
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x1f0
0x0000000000000005 (STRTAB) 0x1008
0x0000000000000006 (SYMTAB) 0x468
0x000000000000000a (STRSZ) 7497 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x20c000
0x0000000000000002 (PLTRELSZ) 1104 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x36a8
0x0000000000000007 (RELA) 0x2ee0
0x0000000000000008 (RELASZ) 1992 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0x2e50
0x000000006fffffff (VERNEEDNUM) 3
0x000000006ffffff0 (VERSYM) 0x2d52
0x000000006ffffff9 (RELACOUNT) 9
0x0000000000000000 (NULL) 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment