abs-pie-relr.d 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. #source: abs-reloc.s
  2. #as: -a64
  3. #ld: -melf64ppc -pie --hash-style=sysv -z pack-relative-relocs --defsym a=1 --defsym 'HIDDEN(b=2)' --defsym c=0x123456789abcdef0
  4. #objdump: -sdr
  5. #...
  6. Contents of section .got:
  7. .* (00000000 00018300|00830100 00000000) (00000000 00000001|01000000 00000000) .*
  8. .* (00000000 00000002|02000000 00000000) (12345678 9abcdef0|f0debc9a 78563412) .*
  9. .* (00000000 00000002|02000000 00000000) (12345678 9abcdef0|f0debc9a 78563412) .*
  10. .* (00000000 00000001|01000000 00000000) .*
  11. Contents of section \.data:
  12. .* (00000000 00010338|38030100 00000000) (00000000 00000001|01000000 00000000) .*
  13. .* (00000000 00000002|02000000 00000000) (12345678 9abcdef0|f0debc9a 78563412) .*
  14. #...
  15. .* <_start>:
  16. .*: (3c 4c 00 02|02 00 4c 3c) addis r2,r12,2
  17. .*: (38 42 81 58|58 81 42 38) addi r2,r2,-32424
  18. .*: (60 00 00 00|00 00 00 60) nop
  19. .*: (38 62 80 38|38 80 62 38) addi r3,r2,-32712
  20. .*: (60 00 00 00|00 00 00 60) nop
  21. .*: (e8 82 80 08|08 80 82 e8) ld r4,-32760\(r2\)
  22. .*: (60 00 00 00|00 00 00 60) nop
  23. .*: (e8 a2 80 10|10 80 a2 e8) ld r5,-32752\(r2\)
  24. .*: (60 00 00 00|00 00 00 60) nop
  25. .*: (e8 c2 80 18|18 80 c2 e8) ld r6,-32744\(r2\)
  26. .*: (60 00 00 00|00 00 00 60) nop
  27. .*: (38 e2 80 38|38 80 e2 38) addi r7,r2,-32712
  28. .*: (3d 02 00 00|00 00 02 3d) addis r8,r2,0
  29. .*: (e9 08 80 30|30 80 08 e9) ld r8,-32720\(r8\)
  30. .*: (3d 22 00 00|00 00 22 3d) addis r9,r2,0
  31. .*: (e9 29 80 20|20 80 29 e9) ld r9,-32736\(r9\)
  32. .*: (3d 42 00 00|00 00 42 3d) addis r10,r2,0
  33. .*: (e9 4a 80 28|28 80 4a e9) ld r10,-32728\(r10\)