hash.d 612 B

1234567891011121314151617181920
  1. #source: start.s
  2. #readelf: -d -s -D
  3. #ld: -shared --hash-style=gnu
  4. #target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
  5. #xfail: ![check_shared_lib_support]
  6. #xfail: mips*-*-*
  7. # MIPS uses a different style of GNU hash due to psABI restrictions
  8. # on dynsym table ordering.
  9. #...
  10. +0x[0-9a-z]+ +\(GNU_HASH\) +0x[0-9a-z]+
  11. #...
  12. +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] _start
  13. #...
  14. +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] main
  15. #...
  16. +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] start
  17. #...
  18. +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] __start
  19. #...