super-sub-cycles.d 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. #as:
  2. #source: super-sub-cycles.c
  3. #objdump: --ctf
  4. #ld: -shared
  5. #name: Super- and sub-cycles
  6. .*: +file format .*
  7. Contents of CTF section .ctf:
  8. Header:
  9. Magic number: 0xdff2
  10. Version: 4 \(CTF_VERSION_3\)
  11. #...
  12. Compilation unit name: .*super-sub-cycles.c
  13. #...
  14. Type section: .*\(0x108 bytes\)
  15. #...
  16. Types:
  17. #...
  18. 0x[0-9a-f]: \(kind 6\) struct A \(.*
  19. \[0x0\] b: ID 0x[0-9a-f]*: \(kind 6\) struct B \(.*
  20. \[0x0\] c: ID 0x[0-9a-f]*: \(kind 6\) struct C \(.*
  21. \[0x0\] a: ID 0x[0-9a-f]*: \(kind 3\) struct A \* \(.*
  22. \[0x[0-9a-f]*\] d: ID 0x[0-9a-f]*: \(kind 6\) struct D \(.*
  23. \[0x[0-9a-f]*\] b: ID 0x[0-9a-f]*: \(kind 3\) struct B \* \(.*
  24. \[0x[0-9a-f]*\] d: ID 0x[0-9a-f]*: \(kind 6\) struct D \(.*
  25. \[0x[0-9a-f]*\] b: ID 0x[0-9a-f]*: \(kind 3\) struct B \* \(.*
  26. \[0x[0-9a-f]*\] x: ID 0x[0-9a-f]*: \(kind 6\) struct X \(.*
  27. \[0x[0-9a-f]*\] y: ID 0x[0-9a-f]*: \(kind 6\) struct Y \(.*
  28. \[0x[0-9a-f]*\] z: ID 0x[0-9a-f]*: \(kind 6\) struct Z \(.*
  29. \[0x[0-9a-f]*\] y: ID 0x[0-9a-f]*: \(kind 3\) struct Y \* \(.*
  30. \[0x[0-9a-f]*\] d: ID 0x[0-9a-f]*: \(kind 3\) struct D \* \(.*
  31. #...