function.d 657 B

1234567891011121314151617181920212223242526
  1. #as:
  2. #source: function.c
  3. #objdump: --ctf
  4. #ld: -shared
  5. #name: Function
  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: .*function.c
  13. Function info section: .* \(0x[1-9a-f][0-9a-f]* bytes\)
  14. Type section: .* \(0x90 bytes\)
  15. String section: .*
  16. #...
  17. Function objects:
  18. foo -> 0x[0-9a-f]*: \(kind 5\) int \(\*\) \(char, int, float, void \*, void \(\*\)\(\*\) \(int\)\) \(aligned at 0x[0-9a-f]*\)
  19. #...
  20. Types:
  21. #...
  22. 0x[0-9a-f]*: \(kind 5\) int \(\*\) \(char, int, float, void \*, void \(\*\)\(\*\) \(int\)\) \(aligned at 0x[0-9a-f]*\)
  23. #...