loc4.d 831 B

1234567891011121314151617181920212223242526272829
  1. #source: loc1.s
  2. #source: data1.s
  3. #source: start.s
  4. #ld: -m elf64mmix
  5. #objdump: -str
  6. # Two text files and one data.
  7. .*: file format elf64-mmix
  8. SYMBOL TABLE:
  9. 0+1000 l d \.text 0+ (|\.text)
  10. 2000000000000000 l d \.data 0+ (|\.data)
  11. 0+ l df \*ABS\* 0+ .*
  12. 2000000000000000 l \.data 0+ xx
  13. 0+1004 g F \.text 0+ Main
  14. 2000000000000000 g \*ABS\* 0+ __\.MMIX\.start\.\.data
  15. 0+1004 g \.text 0+ _start
  16. 0+1000 g \.text 0+ loc1
  17. 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
  18. 2000000000000008 g \.data 0+ __bss_start
  19. 2000000000000008 g \.data 0+ _edata
  20. 2000000000000008 g \.data 0+ _end
  21. 0+1004 g \.text 0+ _start\.
  22. Contents of section \.text:
  23. 1000 fd030303 e3fd0001 .*
  24. Contents of section \.data:
  25. 2000000000000000 00000000 00001030 .*