libdso-13b.d 802 B

1234567891011121314151617181920212223
  1. #source: dso-1.s
  2. #source: dsov32-3.s
  3. #as: --pic --no-underscore --march=v32 --em=criself
  4. #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv
  5. #readelf: -d -r
  6. # Like libdso-13.d, but without -z nocombreloc and with a version
  7. # script hiding the function called pcrel-without-plt. There should
  8. # be no warning, no relocations in the output and no TEXTREL marking.
  9. Dynamic section at offset .* contains 9 entries:
  10. Tag Type Name/Value
  11. 0x00000004 \(HASH\) .*
  12. 0x00000005 \(STRTAB\) .*
  13. 0x00000006 \(SYMTAB\) .*
  14. 0x0000000a \(STRSZ\) .*
  15. 0x0000000b \(SYMENT\) .*
  16. 0x6ffffffc \(VERDEF\) .*
  17. 0x6ffffffd \(VERDEFNUM\) .*
  18. 0x6ffffff0 \(VERSYM\) .*
  19. 0x00000000 \(NULL\) 0x0
  20. There are no relocations in this file.