Help for this page

Select Code to Download


  1. or download this
    $ ldd ~/SAP_RFC/INSTALL/lib/perl/5.10.1//auto/SAP/Rfc/Rfc.so
            linux-vdso.so.1 =>  (0x00007fff643df000)
    ...
            /lib64/ld-linux-x86-64.so.2 (0x00007f0882d36000)
            libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f0881533000)
            librt.so.1 => /lib/librt.so.1 (0x00007f088132b000)
    
  2. or download this
    $ objdump -tT ~/SAP_RFC/rfcsdk/lib/libsapu16.so | grep memsetU
    0000000000008640 g     F .text  00000000000001c6              memsetU1
    +6
    00000000000089fc g     F .text  000000000000000a              memsetU
    0000000000008640 g    DF .text  00000000000001c6  Base        memsetU1
    +6
    00000000000089fc g    DF .text  000000000000000a  Base        memsetU
    
  3. or download this
    $ objdump -ftT ~/SAP_RFC/rfcsdk/lib/* | grep 'file format\|memsetU'
    ~/SAP_RFC/rfcsdk/lib/libicudata.so.34:     file format elf64-x86-64
    ...
    000000000002ce6e g     F .text  000000000000000a              memsetU
    0000000000038d90 g    DF .text  00000000000001e3  libsapucum.so memset
    +U16
    000000000002ce6e g    DF .text  000000000000000a  libsapucum.so memset
    +U