Menu

pt_load warnings issue

Help
2019-06-10
2020-11-22
  • Roger Greene

    Roger Greene - 2019-06-10

    Dear Valery and Statifier,

    Thank you for creating this tool. I'm not sure if I'm using it correctly or it is the VDSO issue but am trying to statically bundle OpenFOAM with it. Although a static binary is created the following warnings are given:

    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0x0
    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0x242000

    And the resulting binary will not run and returns the error:

    -bash: ./checkMesh.statifier: cannot execute binary file: Exec format error

    Is there any recommended way to debug or fix this issue.

     
  • Valery Reznic

    Valery Reznic - 2019-06-12

    Could you please send me output of the
    readelf -aW <your_original_exe></your_original_exe>

     
  • Gunar Gessner

    Gunar Gessner - 2020-11-22

    Hi, I've hit the same problem while trying to "statify" sox. Hope you don't mind but here's the output of readelf -aW $(which sox). Thanks in advance!


    Error

    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0x0
    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0x4000
    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0xd000
    /usr/lib/statifier/64/non_pt_load: warning: can't find segment with v_addr=0x11000
    

    readelf -aW

    ELF Header:
      Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 
      Class:                             ELF64
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              DYN (Shared object file)
      Machine:                           Advanced Micro Devices X86-64
      Version:                           0x1
      Entry point address:               0x6ca0
      Start of program headers:          64 (bytes into file)
      Start of section headers:          74240 (bytes into file)
      Flags:                             0x0
      Size of this header:               64 (bytes)
      Size of program headers:           56 (bytes)
      Number of program headers:         11
      Size of section headers:           64 (bytes)
      Number of section headers:         27
      Section header string table index: 26
    
    Section Headers:
      [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al
      [ 0]                   NULL            0000000000000000 000000 000000 00      0   0  0
      [ 1] .interp           PROGBITS        00000000000002a8 0002a8 00001c 00   A  0   0  1
      [ 2] .note.gnu.build-id NOTE            00000000000002c4 0002c4 000024 00   A  0   0  4
      [ 3] .note.ABI-tag     NOTE            00000000000002e8 0002e8 000020 00   A  0   0  4
      [ 4] .gnu.hash         GNU_HASH        0000000000000308 000308 000034 00   A  5   0  8
      [ 5] .dynsym           DYNSYM          0000000000000340 000340 000b88 18   A  6   1  8
      [ 6] .dynstr           STRTAB          0000000000000ec8 000ec8 000690 00   A  0   0  1
      [ 7] .gnu.version      VERSYM          0000000000001558 001558 0000f6 02   A  5   0  2
      [ 8] .gnu.version_r    VERNEED         0000000000001650 001650 0000d0 00   A  6   3  8
      [ 9] .rela.dyn         RELA            0000000000001720 001720 001b30 18   A  5   0  8
      [10] .rela.plt         RELA            0000000000003250 003250 000018 18  AI  5  22  8
      [11] .init             PROGBITS        0000000000004000 004000 00001b 00  AX  0   0  4
      [12] .plt              PROGBITS        0000000000004020 004020 000020 10  AX  0   0 16
      [13] .text             PROGBITS        0000000000004040 004040 008272 00  AX  0   0 16
      [14] .fini             PROGBITS        000000000000c2b4 00c2b4 00000d 00  AX  0   0  4
      [15] .rodata           PROGBITS        000000000000d000 00d000 002cb0 00   A  0   0 16
      [16] .eh_frame_hdr     PROGBITS        000000000000fcb0 00fcb0 000194 00   A  0   0  4
      [17] .eh_frame         PROGBITS        000000000000fe48 00fe48 000ab8 00   A  0   0  8
      [18] .init_array       INIT_ARRAY      0000000000011f50 010f50 000008 08  WA  0   0  8
      [19] .fini_array       FINI_ARRAY      0000000000011f58 010f58 000008 08  WA  0   0  8
      [20] .data.rel.ro      PROGBITS        0000000000011f60 010f60 000aa0 00  WA  0   0 32
      [21] .dynamic          DYNAMIC         0000000000012a00 011a00 000220 10  WA  6   0  8
      [22] .got              PROGBITS        0000000000012c20 011c20 0003d0 08  WA  0   0  8
      [23] .data             PROGBITS        0000000000013000 012000 0000f0 00  WA  0   0 32
      [24] .bss              NOBITS          0000000000013100 0120f0 000608 00  WA  0   0 32
      [25] .comment          PROGBITS        0000000000000000 0120f0 000012 01  MS  0   0  1
      [26] .shstrtab         STRTAB          0000000000000000 012102 0000f7 00      0   0  1
    Key to Flags:
      W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
      L (link order), O (extra OS processing required), G (group), T (TLS),
      C (compressed), x (unknown), o (OS specific), E (exclude),
      l (large), p (processor specific)
    
    There are no section groups in this file.
    
    Program Headers:
      Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align
      PHDR           0x000040 0x0000000000000040 0x0000000000000040 0x000268 0x000268 R   0x8
      INTERP         0x0002a8 0x00000000000002a8 0x00000000000002a8 0x00001c 0x00001c R   0x1
          [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
      LOAD           0x000000 0x0000000000000000 0x0000000000000000 0x003268 0x003268 R   0x1000
      LOAD           0x004000 0x0000000000004000 0x0000000000004000 0x0082c1 0x0082c1 R E 0x1000
      LOAD           0x00d000 0x000000000000d000 0x000000000000d000 0x003900 0x003900 R   0x1000
      LOAD           0x010f50 0x0000000000011f50 0x0000000000011f50 0x0011a0 0x0017b8 RW  0x1000
      DYNAMIC        0x011a00 0x0000000000012a00 0x0000000000012a00 0x000220 0x000220 RW  0x8
      NOTE           0x0002c4 0x00000000000002c4 0x00000000000002c4 0x000044 0x000044 R   0x4
      GNU_EH_FRAME   0x00fcb0 0x000000000000fcb0 0x000000000000fcb0 0x000194 0x000194 R   0x4
      GNU_STACK      0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW  0x10
      GNU_RELRO      0x010f50 0x0000000000011f50 0x0000000000011f50 0x0010b0 0x0010b0 R   0x1
    
     Section to Segment mapping:
      Segment Sections...
       00     
       01     .interp 
       02     .interp .note.gnu.build-id .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt 
       03     .init .plt .text .fini 
       04     .rodata .eh_frame_hdr .eh_frame 
       05     .init_array .fini_array .data.rel.ro .dynamic .got .data .bss 
       06     .dynamic 
       07     .note.gnu.build-id .note.ABI-tag 
       08     .eh_frame_hdr 
       09     
       10     .init_array .fini_array .data.rel.ro .dynamic .got 
    
    Dynamic section at offset 0x11a00 contains 30 entries:
      Tag        Type                         Name/Value
     0x0000000000000001 (NEEDED)             Shared library: [libsox.so.3]
     0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
     0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
     0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
     0x000000000000000c (INIT)               0x4000
     0x000000000000000d (FINI)               0xc2b4
     0x0000000000000019 (INIT_ARRAY)         0x11f50
     0x000000000000001b (INIT_ARRAYSZ)       8 (bytes)
     0x000000000000001a (FINI_ARRAY)         0x11f58
     0x000000000000001c (FINI_ARRAYSZ)       8 (bytes)
     0x000000006ffffef5 (GNU_HASH)           0x308
     0x0000000000000005 (STRTAB)             0xec8
     0x0000000000000006 (SYMTAB)             0x340
     0x000000000000000a (STRSZ)              1680 (bytes)
     0x000000000000000b (SYMENT)             24 (bytes)
     0x0000000000000015 (DEBUG)              0x0
     0x0000000000000003 (PLTGOT)             0x12c20
     0x0000000000000002 (PLTRELSZ)           24 (bytes)
     0x0000000000000014 (PLTREL)             RELA
     0x0000000000000017 (JMPREL)             0x3250
     0x0000000000000007 (RELA)               0x1720
     0x0000000000000008 (RELASZ)             6960 (bytes)
     0x0000000000000009 (RELAENT)            24 (bytes)
     0x0000000000000018 (BIND_NOW)           
     0x000000006ffffffb (FLAGS_1)            Flags: NOW PIE
     0x000000006ffffffe (VERNEED)            0x1650
     0x000000006fffffff (VERNEEDNUM)         3
     0x000000006ffffff0 (VERSYM)             0x1558
     0x000000006ffffff9 (RELACOUNT)          169
     0x0000000000000000 (NULL)               0x0
    
    Relocation section '.rela.dyn' at offset 0x1720 contains 290 entries:
        Offset             Info             Type               Symbol's Value  Symbol's Name + Addend
    0000000000011f50  0000000000000008 R_X86_64_RELATIVE                         6d90
    0000000000011f58  0000000000000008 R_X86_64_RELATIVE                         6d40
    0000000000011f60  0000000000000008 R_X86_64_RELATIVE                         d3d4
    0000000000011f68  0000000000000008 R_X86_64_RELATIVE                         d3d4
    0000000000011f70  0000000000000008 R_X86_64_RELATIVE                         d6e1
    0000000000011f78  0000000000000008 R_X86_64_RELATIVE                         d6e1
    0000000000011f80  0000000000000008 R_X86_64_RELATIVE                         d6c4
    0000000000011f88  0000000000000008 R_X86_64_RELATIVE                         d6c4
    0000000000011f90  0000000000000008 R_X86_64_RELATIVE                         d6c3
    0000000000011f98  0000000000000008 R_X86_64_RELATIVE                         d6e0
    0000000000011fa0  0000000000000008 R_X86_64_RELATIVE                         d6c7
    0000000000011fa8  0000000000000008 R_X86_64_RELATIVE                         d6c7
    0000000000011fb0  0000000000000008 R_X86_64_RELATIVE                         d6c6
    0000000000011fb8  0000000000000008 R_X86_64_RELATIVE                         d6df
    0000000000011fc0  0000000000000008 R_X86_64_RELATIVE                         d6cb
    0000000000011fc8  0000000000000008 R_X86_64_RELATIVE                         d6cb
    0000000000011fd0  0000000000000008 R_X86_64_RELATIVE                         d6ca
    0000000000011fd8  0000000000000008 R_X86_64_RELATIVE                         d6de
    0000000000011fe0  0000000000000008 R_X86_64_RELATIVE                         d6d0
    0000000000011fe8  0000000000000008 R_X86_64_RELATIVE                         d6d0
    0000000000011ff0  0000000000000008 R_X86_64_RELATIVE                         d6cf
    0000000000011ff8  0000000000000008 R_X86_64_RELATIVE                         d6dd
    0000000000012000  0000000000000008 R_X86_64_RELATIVE                         d6eb
    0000000000012008  0000000000000008 R_X86_64_RELATIVE                         d6eb
    0000000000012010  0000000000000008 R_X86_64_RELATIVE                         d6d5
    0000000000012018  0000000000000008 R_X86_64_RELATIVE                         d6dc
    0000000000012020  0000000000000008 R_X86_64_RELATIVE                         d6e3
    0000000000012028  0000000000000008 R_X86_64_RELATIVE                         d6e3
    0000000000012030  0000000000000008 R_X86_64_RELATIVE                         d6ea
    0000000000012038  0000000000000008 R_X86_64_RELATIVE                         d6f1
    0000000000012040  0000000000000008 R_X86_64_RELATIVE                         dcd0
    0000000000012048  0000000000000008 R_X86_64_RELATIVE                         e9a0
    0000000000012050  0000000000000008 R_X86_64_RELATIVE                         e9f0
    0000000000012058  0000000000000008 R_X86_64_RELATIVE                         ea40
    0000000000012060  0000000000000008 R_X86_64_RELATIVE                         ea80
    0000000000012068  0000000000000008 R_X86_64_RELATIVE                         eac8
    0000000000012070  0000000000000008 R_X86_64_RELATIVE                         eb18
    0000000000012078  0000000000000008 R_X86_64_RELATIVE                         eb60
    0000000000012080  0000000000000008 R_X86_64_RELATIVE                         eba8
    0000000000012088  0000000000000008 R_X86_64_RELATIVE                         ebf8
    0000000000012090  0000000000000008 R_X86_64_RELATIVE                         ec48
    0000000000012098  0000000000000008 R_X86_64_RELATIVE                         ec88
    00000000000120a0  0000000000000008 R_X86_64_RELATIVE                         ecc8
    00000000000120a8  0000000000000008 R_X86_64_RELATIVE                         ed18
    00000000000120b0  0000000000000008 R_X86_64_RELATIVE                         ed48
    00000000000120b8  0000000000000008 R_X86_64_RELATIVE                         ed70
    00000000000120c0  0000000000000008 R_X86_64_RELATIVE                         eda8
    00000000000120c8  0000000000000008 R_X86_64_RELATIVE                         d6f8
    00000000000120d0  0000000000000008 R_X86_64_RELATIVE                         edf0
    00000000000120d8  0000000000000008 R_X86_64_RELATIVE                         ee40
    00000000000120e0  0000000000000008 R_X86_64_RELATIVE                         ee90
    00000000000120e8  0000000000000008 R_X86_64_RELATIVE                         d3d4
    00000000000120f0  0000000000000008 R_X86_64_RELATIVE                         eee0
    00000000000120f8  0000000000000008 R_X86_64_RELATIVE                         ef30
    0000000000012100  0000000000000008 R_X86_64_RELATIVE                         ef80
    0000000000012108  0000000000000008 R_X86_64_RELATIVE                         efb0
    0000000000012110  0000000000000008 R_X86_64_RELATIVE                         f000
    0000000000012118  0000000000000008 R_X86_64_RELATIVE                         f050
    0000000000012120  0000000000000008 R_X86_64_RELATIVE                         f090
    0000000000012128  0000000000000008 R_X86_64_RELATIVE                         f0c8
    0000000000012130  0000000000000008 R_X86_64_RELATIVE                         f0f8
    0000000000012138  0000000000000008 R_X86_64_RELATIVE                         f128
    0000000000012140  0000000000000008 R_X86_64_RELATIVE                         f178
    0000000000012148  0000000000000008 R_X86_64_RELATIVE                         f1b0
    0000000000012150  0000000000000008 R_X86_64_RELATIVE                         f200
    0000000000012158  0000000000000008 R_X86_64_RELATIVE                         f230
    0000000000012160  0000000000000008 R_X86_64_RELATIVE                         f270
    0000000000012168  0000000000000008 R_X86_64_RELATIVE                         f2a8
    0000000000012170  0000000000000008 R_X86_64_RELATIVE                         f2f0
    0000000000012178  0000000000000008 R_X86_64_RELATIVE                         f340
    0000000000012180  0000000000000008 R_X86_64_RELATIVE                         d3d4
    00000000000121a0  0000000000000008 R_X86_64_RELATIVE                         d3d4
    00000000000121a8  0000000000000008 R_X86_64_RELATIVE                         f390
    00000000000121b0  0000000000000008 R_X86_64_RELATIVE                         f3e0
    00000000000121b8  0000000000000008 R_X86_64_RELATIVE                         f430
    00000000000121c0  0000000000000008 R_X86_64_RELATIVE                         f480
    00000000000121c8  0000000000000008 R_X86_64_RELATIVE                         f4d0
    00000000000121d0  0000000000000008 R_X86_64_RELATIVE                         f518
    00000000000121d8  0000000000000008 R_X86_64_RELATIVE                         f550
    00000000000121e0  0000000000000008 R_X86_64_RELATIVE                         f5a0
    00000000000121e8  0000000000000008 R_X86_64_RELATIVE                         f5e0
    00000000000121f0  0000000000000008 R_X86_64_RELATIVE                         f628
    00000000000121f8  0000000000000008 R_X86_64_RELATIVE                         f670
    0000000000012200  0000000000000008 R_X86_64_RELATIVE                         f6b8
    0000000000012208  0000000000000008 R_X86_64_RELATIVE                         f700
    0000000000012210  0000000000000008 R_X86_64_RELATIVE                         f730
    0000000000012218  0000000000000008 R_X86_64_RELATIVE                         f780
    0000000000012220  0000000000000008 R_X86_64_RELATIVE                         f7c0
    0000000000012228  0000000000000008 R_X86_64_RELATIVE                         f810
    0000000000012230  0000000000000008 R_X86_64_RELATIVE                         f858
    0000000000012240  0000000000000008 R_X86_64_RELATIVE                         d154
    0000000000012248  0000000000000008 R_X86_64_RELATIVE                         d148
    0000000000012260  0000000000000008 R_X86_64_RELATIVE                         d712
    0000000000012270  0000000000000008 R_X86_64_RELATIVE                         d710
    0000000000012280  0000000000000008 R_X86_64_RELATIVE                         d721
    0000000000012290  0000000000000008 R_X86_64_RELATIVE                         d730
    00000000000122a0  0000000000000008 R_X86_64_RELATIVE                         d739
    00000000000122b0  0000000000000008 R_X86_64_RELATIVE                         d743
    00000000000122c0  0000000000000008 R_X86_64_RELATIVE                         d74d
    00000000000122d0  0000000000000008 R_X86_64_RELATIVE                         d75c
    00000000000122e0  0000000000000008 R_X86_64_RELATIVE                         d75b
    00000000000122f0  0000000000000008 R_X86_64_RELATIVE                         d762
    0000000000012320  0000000000000008 R_X86_64_RELATIVE                         d4b2
    0000000000012330  0000000000000008 R_X86_64_RELATIVE                         d768
    0000000000012340  0000000000000008 R_X86_64_RELATIVE                         d76f
    0000000000012350  0000000000000008 R_X86_64_RELATIVE                         d777
    0000000000012380  0000000000000008 R_X86_64_RELATIVE                         d3c1
    0000000000012390  0000000000000008 R_X86_64_RELATIVE                         d3bd
    00000000000123a0  0000000000000008 R_X86_64_RELATIVE                         d77c
    00000000000123c0  0000000000000008 R_X86_64_RELATIVE                         d781
    00000000000123d0  0000000000000008 R_X86_64_RELATIVE                         d78a
    00000000000123e0  0000000000000008 R_X86_64_RELATIVE                         d796
    00000000000123f0  0000000000000008 R_X86_64_RELATIVE                         d79a
    0000000000012400  0000000000000008 R_X86_64_RELATIVE                         d7a4
    0000000000012410  0000000000000008 R_X86_64_RELATIVE                         d7aa
    0000000000012440  0000000000000008 R_X86_64_RELATIVE                         d7b3
    0000000000012460  0000000000000008 R_X86_64_RELATIVE                         d7e1
    0000000000012480  0000000000000008 R_X86_64_RELATIVE                         d7bf
    00000000000124a0  0000000000000008 R_X86_64_RELATIVE                         d7c7
    00000000000124c0  0000000000000008 R_X86_64_RELATIVE                         d7b7
    00000000000124e0  0000000000000008 R_X86_64_RELATIVE                         d7d4
    0000000000012500  0000000000000008 R_X86_64_RELATIVE                         d7db
    0000000000012520  0000000000000008 R_X86_64_RELATIVE                         d7e8
    0000000000012540  0000000000000008 R_X86_64_RELATIVE                         d7f4
    0000000000012560  0000000000000008 R_X86_64_RELATIVE                         d800
    0000000000012580  0000000000000008 R_X86_64_RELATIVE                         d80c
    00000000000125a0  0000000000000008 R_X86_64_RELATIVE                         d772
    00000000000125c0  0000000000000008 R_X86_64_RELATIVE                         d814
    00000000000125e0  0000000000000008 R_X86_64_RELATIVE                         d820
    0000000000012600  0000000000000008 R_X86_64_RELATIVE                         d6b6
    0000000000012620  0000000000000008 R_X86_64_RELATIVE                         d828
    0000000000012640  0000000000000008 R_X86_64_RELATIVE                         d835
    0000000000012660  0000000000000008 R_X86_64_RELATIVE                         d83a
    0000000000012680  0000000000000008 R_X86_64_RELATIVE                         d84a
    00000000000126a0  0000000000000008 R_X86_64_RELATIVE                         d858
    00000000000126c0  0000000000000008 R_X86_64_RELATIVE                         d85d
    00000000000126e0  0000000000000008 R_X86_64_RELATIVE                         d863
    0000000000012700  0000000000000008 R_X86_64_RELATIVE                         d874
    0000000000012720  0000000000000008 R_X86_64_RELATIVE                         d871
    0000000000012740  0000000000000008 R_X86_64_RELATIVE                         d87c
    0000000000012760  0000000000000008 R_X86_64_RELATIVE                         d88b
    0000000000012780  0000000000000008 R_X86_64_RELATIVE                         d8e4
    00000000000127a0  0000000000000008 R_X86_64_RELATIVE                         d661
    00000000000127c0  0000000000000008 R_X86_64_RELATIVE                         d893
    00000000000127e0  0000000000000008 R_X86_64_RELATIVE                         d89f
    0000000000012800  0000000000000008 R_X86_64_RELATIVE                         d8ae
    0000000000012820  0000000000000008 R_X86_64_RELATIVE                         d8b8
    0000000000012840  0000000000000008 R_X86_64_RELATIVE                         d8c1
    0000000000012860  0000000000000008 R_X86_64_RELATIVE                         d35f
    0000000000012880  0000000000000008 R_X86_64_RELATIVE                         d8c6
    00000000000128a0  0000000000000008 R_X86_64_RELATIVE                         d8d7
    00000000000128c0  0000000000000008 R_X86_64_RELATIVE                         d756
    00000000000128e0  0000000000000008 R_X86_64_RELATIVE                         d8dc
    0000000000012900  0000000000000008 R_X86_64_RELATIVE                         d8e9
    0000000000012920  0000000000000008 R_X86_64_RELATIVE                         d8c9
    0000000000012940  0000000000000008 R_X86_64_RELATIVE                         d8f9
    0000000000012960  0000000000000008 R_X86_64_RELATIVE                         d8fe
    0000000000012980  0000000000000008 R_X86_64_RELATIVE                         d905
    00000000000129c0  0000000000000008 R_X86_64_RELATIVE                         d4b2
    00000000000129d0  0000000000000008 R_X86_64_RELATIVE                         d90b
    00000000000129e0  0000000000000008 R_X86_64_RELATIVE                         d620
    0000000000013008  0000000000000008 R_X86_64_RELATIVE                         13008
    0000000000013040  0000000000000008 R_X86_64_RELATIVE                         d6b6
    0000000000013060  0000000000000008 R_X86_64_RELATIVE                         6e60
    0000000000013068  0000000000000008 R_X86_64_RELATIVE                         8580
    00000000000130a0  0000000000000008 R_X86_64_RELATIVE                         d6bd
    00000000000130c0  0000000000000008 R_X86_64_RELATIVE                         ba40
    00000000000130d0  0000000000000008 R_X86_64_RELATIVE                         bb30
    00000000000130d8  0000000000000008 R_X86_64_RELATIVE                         72d0
    0000000000012c40  0000000100000006 R_X86_64_GLOB_DAT      0000000000000000 log10@GLIBC_2.2.5 + 0
    0000000000012c48  0000000200000006 R_X86_64_GLOB_DAT      0000000000000000 sox_get_encodings_info + 0
    0000000000012c50  0000000300000006 R_X86_64_GLOB_DAT      0000000000000000 tcsetattr@GLIBC_2.2.5 + 0
    0000000000012c58  0000000400000006 R_X86_64_GLOB_DAT      0000000000000000 fileno@GLIBC_2.2.5 + 0
    0000000000012c60  0000000500000006 R_X86_64_GLOB_DAT      0000000000000000 sox_seek + 0
    0000000000012c68  0000000600000006 R_X86_64_GLOB_DAT      0000000000000000 sox_init + 0
    0000000000012c70  0000000700000006 R_X86_64_GLOB_DAT      0000000000000000 sox_basename + 0
    0000000000012c78  0000000800000006 R_X86_64_GLOB_DAT      0000000000000000 close@GLIBC_2.2.5 + 0
    0000000000012c80  0000000900000006 R_X86_64_GLOB_DAT      0000000000000000 ioctl@GLIBC_2.2.5 + 0
    0000000000012c88  0000000a00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_trim_clear_start + 0
    0000000000012c90  0000000b00000006 R_X86_64_GLOB_DAT      0000000000000000 stpcpy@GLIBC_2.2.5 + 0
    0000000000012c98  0000000c00000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_fail_impl + 0
    0000000000012ca0  0000000d00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_version_info + 0
    0000000000012ca8  0000000e00000006 R_X86_64_GLOB_DAT      0000000000000000 __fprintf_chk@GLIBC_2.3.4 + 0
    0000000000012cb0  0000000f00000006 R_X86_64_GLOB_DAT      0000000000000000 isatty@GLIBC_2.2.5 + 0
    0000000000012cb8  0000001000000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_getopt + 0
    0000000000012cc0  0000001100000006 R_X86_64_GLOB_DAT      0000000000000000 sox_num_comments + 0
    0000000000012cc8  0000001200000006 R_X86_64_GLOB_DAT      0000000000000000 __gmon_start__ + 0
    0000000000012cd0  0000001300000006 R_X86_64_GLOB_DAT      0000000000000000 puts@GLIBC_2.2.5 + 0
    0000000000012cd8  0000001400000006 R_X86_64_GLOB_DAT      0000000000000000 uname@GLIBC_2.2.5 + 0
    0000000000012ce0  0000001500000006 R_X86_64_GLOB_DAT      0000000000000000 __isoc99_sscanf@GLIBC_2.7 + 0
    0000000000012ce8  0000001600000006 R_X86_64_GLOB_DAT      0000000000000000 sox_delete_effect_last + 0
    0000000000012cf0  0000001700000006 R_X86_64_GLOB_DAT      0000000000000000 select@GLIBC_2.2.5 + 0
    0000000000012cf8  0000001800000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_malloc + 0
    0000000000012d00  0000001900000006 R_X86_64_GLOB_DAT      0000000000000000 exit@GLIBC_2.2.5 + 0
    0000000000012d08  0000001a00000006 R_X86_64_GLOB_DAT      0000000000000000 __printf_chk@GLIBC_2.3.4 + 0
    0000000000012d10  0000001b00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_pop_effect_last + 0
    0000000000012d18  0000001c00000006 R_X86_64_GLOB_DAT      0000000000000000 strcasecmp@GLIBC_2.2.5 + 0
    0000000000012d20  0000001d00000006 R_X86_64_GLOB_DAT      0000000000000000 gettimeofday@GLIBC_2.2.5 + 0
    0000000000012d28  0000001e00000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_realloc + 0
    0000000000012d30  0000001f00000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_strdup + 0
    0000000000012d38  0000002000000006 R_X86_64_GLOB_DAT      0000000000000000 fopen@GLIBC_2.2.5 + 0
    0000000000012d40  0000002100000006 R_X86_64_GLOB_DAT      0000000000000000 __libc_start_main@GLIBC_2.2.5 + 0
    0000000000012d48  0000002200000006 R_X86_64_GLOB_DAT      0000000000000000 unlink@GLIBC_2.2.5 + 0
    0000000000012d50  0000002300000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_sigfigs3 + 0
    0000000000012d58  0000002400000006 R_X86_64_GLOB_DAT      0000000000000000 sox_find_comment + 0
    0000000000012d60  0000002500000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_filelength + 0
    0000000000012d68  0000002700000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_getopt_init + 0
    0000000000012d70  0000002800000006 R_X86_64_GLOB_DAT      0000000000000000 sox_find_effect + 0
    0000000000012d78  0000002900000006 R_X86_64_GLOB_DAT      0000000000000000 fgets@GLIBC_2.2.5 + 0
    0000000000012d80  0000002a00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_write + 0
    0000000000012d88  0000002b00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_parse_playlist + 0
    0000000000012d90  0000002c00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_create_effects_chain + 0
    0000000000012d98  0000002d00000006 R_X86_64_GLOB_DAT      0000000000000000 _ITM_deregisterTMCloneTable + 0
    0000000000012da0  0000002e00000006 R_X86_64_GLOB_DAT      0000000000000000 fputc@GLIBC_2.2.5 + 0
    0000000000012da8  0000002f00000006 R_X86_64_GLOB_DAT      0000000000000000 free@GLIBC_2.2.5 + 0
    0000000000012db0  0000003000000006 R_X86_64_GLOB_DAT      0000000000000000 strlen@GLIBC_2.2.5 + 0
    0000000000012db8  0000003100000006 R_X86_64_GLOB_DAT      0000000000000000 _ITM_registerTMCloneTable + 0
    0000000000012dc0  0000003200000006 R_X86_64_GLOB_DAT      0000000000000000 ferror@GLIBC_2.2.5 + 0
    0000000000012dc8  0000003300000006 R_X86_64_GLOB_DAT      0000000000000000 sox_write_handler + 0
    0000000000012dd0  0000003400000006 R_X86_64_GLOB_DAT      0000000000000000 __xstat@GLIBC_2.2.5 + 0
    0000000000012dd8  0000003500000006 R_X86_64_GLOB_DAT      0000000000000000 sox_open_write + 0
    0000000000012de0  0000003600000006 R_X86_64_GLOB_DAT      0000000000000000 __vfprintf_chk@GLIBC_2.3.4 + 0
    0000000000012de8  0000003700000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_realloc_array + 0
    0000000000012df0  0000003800000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_find_file_extension + 0
    0000000000012df8  0000003900000006 R_X86_64_GLOB_DAT      0000000000000000 sox_read + 0
    0000000000012e00  0000003a00000006 R_X86_64_GLOB_DAT      0000000000000000 __ctype_b_loc@GLIBC_2.3 + 0
    0000000000012e08  0000003b00000006 R_X86_64_GLOB_DAT      0000000000000000 __cxa_finalize@GLIBC_2.2.5 + 0
    0000000000012e10  0000003c00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_add_effect + 0
    0000000000012e18  0000003d00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_append_comment + 0
    0000000000012e20  0000003e00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_open_read + 0
    0000000000012e28  0000003f00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_flow_effects + 0
    0000000000012e30  0000004000000006 R_X86_64_GLOB_DAT      0000000000000000 sox_delete_effects + 0
    0000000000012e38  0000004100000006 R_X86_64_GLOB_DAT      0000000000000000 sox_effect_options + 0
    0000000000012e40  0000004200000006 R_X86_64_GLOB_DAT      0000000000000000 strerror@GLIBC_2.2.5 + 0
    0000000000012e48  0000004300000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_find_enum_text + 0
    0000000000012e50  0000004400000006 R_X86_64_GLOB_DAT      0000000000000000 strcat@GLIBC_2.2.5 + 0
    0000000000012e58  0000004500000006 R_X86_64_GLOB_DAT      0000000000000000 sox_quit + 0
    0000000000012e60  0000004600000006 R_X86_64_GLOB_DAT      0000000000000000 sox_is_playlist + 0
    0000000000012e68  0000004700000006 R_X86_64_GLOB_DAT      0000000000000000 sox_precision + 0
    0000000000012e70  0000004800000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_find_enum_value + 0
    0000000000012e78  0000004900000006 R_X86_64_GLOB_DAT      0000000000000000 tcgetattr@GLIBC_2.2.5 + 0
    0000000000012e80  0000004a00000006 R_X86_64_GLOB_DAT      0000000000000000 putc@GLIBC_2.2.5 + 0
    0000000000012e88  0000004b00000006 R_X86_64_GLOB_DAT      0000000000000000 signal@GLIBC_2.2.5 + 0
    0000000000012e90  0000004c00000006 R_X86_64_GLOB_DAT      0000000000000000 strchr@GLIBC_2.2.5 + 0
    0000000000012e98  0000004d00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_close + 0
    0000000000012ea0  0000004e00000006 R_X86_64_GLOB_DAT      0000000000000000 getenv@GLIBC_2.2.5 + 0
    0000000000012ea8  0000004f00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_find_format + 0
    0000000000012eb0  0000005000000006 R_X86_64_GLOB_DAT      0000000000000000 sox_delete_effects_chain + 0
    0000000000012eb8  0000005100000006 R_X86_64_GLOB_DAT      0000000000000000 __errno_location@GLIBC_2.2.5 + 0
    0000000000012ec0  0000005200000006 R_X86_64_GLOB_DAT      0000000000000000 qsort@GLIBC_2.2.5 + 0
    0000000000012ec8  0000005300000006 R_X86_64_GLOB_DAT      0000000000000000 sox_delete_comments + 0
    0000000000012ed0  0000005400000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_report_impl + 0
    0000000000012ed8  0000005500000006 R_X86_64_GLOB_DAT      0000000000000000 strncasecmp@GLIBC_2.2.5 + 0
    0000000000012ee0  0000005600000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_warn_impl + 0
    0000000000012ee8  0000005700000006 R_X86_64_GLOB_DAT      0000000000000000 sox_trim_get_start + 0
    0000000000012ef0  0000005800000006 R_X86_64_GLOB_DAT      0000000000000000 __stack_chk_fail@GLIBC_2.4 + 0
    0000000000012ef8  0000005900000006 R_X86_64_GLOB_DAT      0000000000000000 sox_get_globals + 0
    0000000000012f00  0000005a00000006 R_X86_64_GLOB_DAT      0000000000000000 strcmp@GLIBC_2.2.5 + 0
    0000000000012f08  0000005b00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_copy_comments + 0
    0000000000012f10  0000005c00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_get_effects_globals + 0
    0000000000012f18  0000005d00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_init_encodinginfo + 0
    0000000000012f20  0000005e00000006 R_X86_64_GLOB_DAT      0000000000000000 strcpy@GLIBC_2.2.5 + 0
    0000000000012f28  0000005f00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_effects_clips + 0
    0000000000012f30  0000006000000006 R_X86_64_GLOB_DAT      0000000000000000 glob@GLIBC_2.27 + 0
    0000000000012f38  0000006100000006 R_X86_64_GLOB_DAT      0000000000000000 __isoc99_scanf@GLIBC_2.7 + 0
    0000000000012f40  0000006200000006 R_X86_64_GLOB_DAT      0000000000000000 sox_format_init + 0
    0000000000012f48  0000006300000006 R_X86_64_GLOB_DAT      0000000000000000 memcmp@GLIBC_2.2.5 + 0
    0000000000012f50  0000006400000006 R_X86_64_GLOB_DAT      0000000000000000 globfree@GLIBC_2.2.5 + 0
    0000000000012f58  0000006500000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_strcasecmp + 0
    0000000000012f60  0000006600000006 R_X86_64_GLOB_DAT      0000000000000000 fclose@GLIBC_2.2.5 + 0
    0000000000012f68  0000006700000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_debug_impl + 0
    0000000000012f70  0000006800000006 R_X86_64_GLOB_DAT      0000000000000000 sox_strerror + 0
    0000000000012f78  0000006900000006 R_X86_64_GLOB_DAT      0000000000000000 sox_get_format_fns + 0
    0000000000012f80  0000006a00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_create_effect + 0
    0000000000012f88  0000006b00000006 R_X86_64_GLOB_DAT      0000000000000000 __sprintf_chk@GLIBC_2.3.4 + 0
    0000000000012f90  0000006c00000006 R_X86_64_GLOB_DAT      0000000000000000 sox_format_supports_encoding + 0
    0000000000012f98  0000006d00000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_sigfigs3p + 0
    0000000000012fa0  0000006e00000006 R_X86_64_GLOB_DAT      0000000000000000 fwrite@GLIBC_2.2.5 + 0
    0000000000012fa8  0000006f00000006 R_X86_64_GLOB_DAT      0000000000000000 lsx_calloc + 0
    0000000000012fb0  0000007000000006 R_X86_64_GLOB_DAT      0000000000000000 sox_push_effect_last + 0
    0000000000012fb8  0000007100000006 R_X86_64_GLOB_DAT      0000000000000000 pow@GLIBC_2.29 + 0
    0000000000012fc0  0000007200000006 R_X86_64_GLOB_DAT      0000000000000000 sqrt@GLIBC_2.2.5 + 0
    0000000000012fc8  0000007300000006 R_X86_64_GLOB_DAT      0000000000000000 open@GLIBC_2.2.5 + 0
    0000000000012fd0  0000007400000006 R_X86_64_GLOB_DAT      0000000000000000 strtod@GLIBC_2.2.5 + 0
    0000000000012fd8  0000007500000006 R_X86_64_GLOB_DAT      0000000000000000 __fdelt_chk@GLIBC_2.15 + 0
    0000000000012fe0  0000007600000006 R_X86_64_GLOB_DAT      0000000000000000 sox_get_effect_fns + 0
    0000000000012fe8  0000007700000006 R_X86_64_GLOB_DAT      0000000000000000 getc@GLIBC_2.2.5 + 0
    0000000000013100  0000007a00000005 R_X86_64_COPY          0000000000013100 stdin@GLIBC_2.2.5 + 0
    0000000000013120  0000007900000005 R_X86_64_COPY          0000000000013120 stderr@GLIBC_2.2.5 + 0
    0000000000013128  0000007800000005 R_X86_64_COPY          0000000000013128 stdout@GLIBC_2.2.5 + 0
    
    Relocation section '.rela.plt' at offset 0x3250 contains 1 entry:
        Offset             Info             Type               Symbol's Value  Symbol's Name + Addend
    0000000000012c38  0000002600000007 R_X86_64_JUMP_SLOT     0000000000000000 __cxa_atexit@GLIBC_2.2.5 + 0
    
    The decoding of unwind sections for machine type Advanced Micro Devices X86-64 is not currently supported.
    
    Symbol table '.dynsym' contains 123 entries:
       Num:    Value          Size Type    Bind   Vis      Ndx Name
         0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND 
         1: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND log10@GLIBC_2.2.5 (2)
         2: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_get_encodings_info
         3: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND tcsetattr@GLIBC_2.2.5 (3)
         4: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fileno@GLIBC_2.2.5 (3)
         5: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_seek
         6: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_init
         7: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_basename
         8: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND close@GLIBC_2.2.5 (4)
         9: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND ioctl@GLIBC_2.2.5 (3)
        10: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_trim_clear_start
        11: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND stpcpy@GLIBC_2.2.5 (3)
        12: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_fail_impl
        13: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_version_info
        14: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __fprintf_chk@GLIBC_2.3.4 (5)
        15: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND isatty@GLIBC_2.2.5 (3)
        16: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_getopt
        17: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_num_comments
        18: 0000000000000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
        19: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND puts@GLIBC_2.2.5 (3)
        20: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND uname@GLIBC_2.2.5 (3)
        21: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __isoc99_sscanf@GLIBC_2.7 (6)
        22: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_delete_effect_last
        23: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND select@GLIBC_2.2.5 (3)
        24: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_malloc
        25: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND exit@GLIBC_2.2.5 (3)
        26: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __printf_chk@GLIBC_2.3.4 (5)
        27: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_pop_effect_last
        28: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strcasecmp@GLIBC_2.2.5 (3)
        29: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND gettimeofday@GLIBC_2.2.5 (3)
        30: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_realloc
        31: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_strdup
        32: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fopen@GLIBC_2.2.5 (3)
        33: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_main@GLIBC_2.2.5 (3)
        34: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND unlink@GLIBC_2.2.5 (3)
        35: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_sigfigs3
        36: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_find_comment
        37: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_filelength
        38: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit@GLIBC_2.2.5 (3)
        39: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_getopt_init
        40: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_find_effect
        41: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fgets@GLIBC_2.2.5 (3)
        42: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_write
        43: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_parse_playlist
        44: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_create_effects_chain
        45: 0000000000000000     0 NOTYPE  WEAK   DEFAULT  UND _ITM_deregisterTMCloneTable
        46: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fputc@GLIBC_2.2.5 (3)
        47: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND free@GLIBC_2.2.5 (3)
        48: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strlen@GLIBC_2.2.5 (3)
        49: 0000000000000000     0 NOTYPE  WEAK   DEFAULT  UND _ITM_registerTMCloneTable
        50: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND ferror@GLIBC_2.2.5 (3)
        51: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_write_handler
        52: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __xstat@GLIBC_2.2.5 (3)
        53: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_open_write
        54: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __vfprintf_chk@GLIBC_2.3.4 (5)
        55: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_realloc_array
        56: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_find_file_extension
        57: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_read
        58: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_b_loc@GLIBC_2.3 (7)
        59: 0000000000000000     0 FUNC    WEAK   DEFAULT  UND __cxa_finalize@GLIBC_2.2.5 (3)
        60: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_add_effect
        61: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_append_comment
        62: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_open_read
        63: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_flow_effects
        64: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_delete_effects
        65: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_effect_options
        66: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strerror@GLIBC_2.2.5 (3)
        67: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_find_enum_text
        68: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strcat@GLIBC_2.2.5 (3)
        69: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_quit
        70: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_is_playlist
        71: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_precision
        72: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_find_enum_value
        73: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND tcgetattr@GLIBC_2.2.5 (3)
        74: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND putc@GLIBC_2.2.5 (3)
        75: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND signal@GLIBC_2.2.5 (3)
        76: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strchr@GLIBC_2.2.5 (3)
        77: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_close
        78: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND getenv@GLIBC_2.2.5 (3)
        79: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_find_format
        80: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_delete_effects_chain
        81: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __errno_location@GLIBC_2.2.5 (4)
        82: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND qsort@GLIBC_2.2.5 (3)
        83: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_delete_comments
        84: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_report_impl
        85: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strncasecmp@GLIBC_2.2.5 (3)
        86: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_warn_impl
        87: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_trim_get_start
        88: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __stack_chk_fail@GLIBC_2.4 (8)
        89: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_get_globals
        90: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strcmp@GLIBC_2.2.5 (3)
        91: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_copy_comments
        92: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_get_effects_globals
        93: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_init_encodinginfo
        94: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@GLIBC_2.2.5 (3)
        95: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_effects_clips
        96: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND glob@GLIBC_2.27 (9)
        97: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __isoc99_scanf@GLIBC_2.7 (6)
        98: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_format_init
        99: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND memcmp@GLIBC_2.2.5 (3)
       100: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND globfree@GLIBC_2.2.5 (3)
       101: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_strcasecmp
       102: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fclose@GLIBC_2.2.5 (3)
       103: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_debug_impl
       104: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_strerror
       105: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_get_format_fns
       106: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_create_effect
       107: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __sprintf_chk@GLIBC_2.3.4 (5)
       108: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_format_supports_encoding
       109: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_sigfigs3p
       110: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND fwrite@GLIBC_2.2.5 (3)
       111: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND lsx_calloc
       112: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_push_effect_last
       113: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND pow@GLIBC_2.29 (10)
       114: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sqrt@GLIBC_2.2.5 (2)
       115: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND open@GLIBC_2.2.5 (4)
       116: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND strtod@GLIBC_2.2.5 (3)
       117: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __fdelt_chk@GLIBC_2.15 (11)
       118: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND sox_get_effect_fns
       119: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND getc@GLIBC_2.2.5 (3)
       120: 0000000000013128     8 OBJECT  GLOBAL DEFAULT   24 stdout@GLIBC_2.2.5 (3)
       121: 0000000000013120     8 OBJECT  GLOBAL DEFAULT   24 stderr@GLIBC_2.2.5 (3)
       122: 0000000000013100     8 OBJECT  GLOBAL DEFAULT   24 stdin@GLIBC_2.2.5 (3)
    
    Histogram for `.gnu.hash' bucket list length (total of 4 buckets):
     Length  Number     % of total  Coverage
          0  1          ( 25.0%)
          1  3          ( 75.0%)    100.0%
    
    Version symbols section '.gnu.version' contains 123 entries:
     Addr: 0x0000000000001558  Offset: 0x001558  Link: 5 (.dynsym)
      000:   0 (*local*)       2 (GLIBC_2.2.5)   0 (*local*)       3 (GLIBC_2.2.5)
      004:   3 (GLIBC_2.2.5)   0 (*local*)       0 (*local*)       0 (*local*)    
      008:   4 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   0 (*local*)       3 (GLIBC_2.2.5)
      00c:   0 (*local*)       0 (*local*)       5 (GLIBC_2.3.4)   3 (GLIBC_2.2.5)
      010:   0 (*local*)       0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)
      014:   3 (GLIBC_2.2.5)   6 (GLIBC_2.7)     0 (*local*)       3 (GLIBC_2.2.5)
      018:   0 (*local*)       3 (GLIBC_2.2.5)   5 (GLIBC_2.3.4)   0 (*local*)    
      01c:   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   0 (*local*)       0 (*local*)    
      020:   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   0 (*local*)    
      024:   0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      028:   0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)       0 (*local*)    
      02c:   0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)
      030:   3 (GLIBC_2.2.5)   0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      034:   3 (GLIBC_2.2.5)   0 (*local*)       5 (GLIBC_2.3.4)   0 (*local*)    
      038:   0 (*local*)       0 (*local*)       7 (GLIBC_2.3)     3 (GLIBC_2.2.5)
      03c:   0 (*local*)       0 (*local*)       0 (*local*)       0 (*local*)    
      040:   0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      044:   3 (GLIBC_2.2.5)   0 (*local*)       0 (*local*)       0 (*local*)    
      048:   0 (*local*)       3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)
      04c:   3 (GLIBC_2.2.5)   0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      050:   0 (*local*)       4 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   0 (*local*)    
      054:   0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)       0 (*local*)    
      058:   8 (GLIBC_2.4)     0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      05c:   0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      060:   9 (GLIBC_2.27)    6 (GLIBC_2.7)     0 (*local*)       3 (GLIBC_2.2.5)
      064:   3 (GLIBC_2.2.5)   0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      068:   0 (*local*)       0 (*local*)       0 (*local*)       5 (GLIBC_2.3.4)
      06c:   0 (*local*)       0 (*local*)       3 (GLIBC_2.2.5)   0 (*local*)    
      070:   0 (*local*)       a (GLIBC_2.29)    2 (GLIBC_2.2.5)   4 (GLIBC_2.2.5)
      074:   3 (GLIBC_2.2.5)   b (GLIBC_2.15)    0 (*local*)       3 (GLIBC_2.2.5)
      078:   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)   3 (GLIBC_2.2.5)
    
    Version needs section '.gnu.version_r' contains 3 entries:
     Addr: 0x0000000000001650  Offset: 0x001650  Link: 6 (.dynstr)
      000000: Version: 1  File: libpthread.so.0  Cnt: 1
      0x0010:   Name: GLIBC_2.2.5  Flags: none  Version: 4
      0x0020: Version: 1  File: libc.so.6  Cnt: 7
      0x0030:   Name: GLIBC_2.15  Flags: none  Version: 11
      0x0040:   Name: GLIBC_2.27  Flags: none  Version: 9
      0x0050:   Name: GLIBC_2.4  Flags: none  Version: 8
      0x0060:   Name: GLIBC_2.3  Flags: none  Version: 7
      0x0070:   Name: GLIBC_2.7  Flags: none  Version: 6
      0x0080:   Name: GLIBC_2.3.4  Flags: none  Version: 5
      0x0090:   Name: GLIBC_2.2.5  Flags: none  Version: 3
      0x00a0: Version: 1  File: libm.so.6  Cnt: 2
      0x00b0:   Name: GLIBC_2.29  Flags: none  Version: 10
      0x00c0:   Name: GLIBC_2.2.5  Flags: none  Version: 2
    
    Displaying notes found in: .note.gnu.build-id
      Owner                Data size    Description
      GNU                  0x00000014   NT_GNU_BUILD_ID (unique build ID bitstring)     Build ID: c5b88fe1e295fe1da6e26b64a8a90a03939b3295
    
    Displaying notes found in: .note.ABI-tag
      Owner                Data size    Description
      GNU                  0x00000010   NT_GNU_ABI_TAG (ABI version tag)        OS: Linux, ABI: 3.2.0
    
     

Log in to post a comment.