libdso-14.d 539 B

12345678910111213141516171819
  1. #source: dso-1.s
  2. #source: dsov32-4.s
  3. #as: --pic --no-underscore --march=v32 --em=criself
  4. #ld: --shared -m crislinux --hash-style=sysv
  5. #readelf: -d -r
  6. # Checking that a bsr to a non-PLT-decorated nonvisible function
  7. # doesn't make the DSO textrel.
  8. Dynamic section at offset .* contains 6 entries:
  9. Tag[ ]+Type[ ]+Name/Value
  10. 0x0+4 \(HASH\)[ ]+0x94
  11. 0x0+5 \(STRTAB\)[ ]+0xdc
  12. 0x0+6 \(SYMTAB\)[ ]+0xac
  13. 0x0+a \(STRSZ\)[ ]+14 \(bytes\)
  14. 0x0+b \(SYMENT\)[ ]+16 \(bytes\)
  15. 0x0+ \(NULL\)[ ]+0x0
  16. There are no relocations in this file.