cycle-2.A.d 586 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #as:
  2. #source: A.c
  3. #source: B.c
  4. #source: C.c
  5. #objdump: --ctf
  6. #ld: -shared --ctf-variables
  7. #name: Cycle 2.A
  8. .*: +file format .*
  9. Contents of CTF section .ctf:
  10. Header:
  11. Magic number: 0xdff2
  12. Version: 4 \(CTF_VERSION_3\)
  13. #...
  14. Type section: .* \(0x6c bytes\)
  15. String section: .*
  16. Labels:
  17. Data objects:
  18. Function objects:
  19. Variables:
  20. #...
  21. a -> 0x[0-9a-f]*: \(kind 6\) struct A \(.*
  22. #...
  23. Types:
  24. #...
  25. 0x[0-9a-f]*: \(kind 6\) struct A \(.*
  26. *\[0x0\] b: ID 0x[0-9a-f]*: \(kind 3\) struct B \* \(.*
  27. #...
  28. Strings:
  29. 0x0:
  30. #...
  31. 0x[0-9a-f]*: A
  32. #...