CTFDUMP(1) FreeBSD General Commands Manual CTFDUMP(1)
NAME
ctfdump - display CTF information
SYNOPSIS
ctfdump [-dfhlst] file ...
DESCRIPTION
The ctfdump utility displays CTF information from the .SUNW_ctf section
of an elf(5) file or from a raw CTF file.
The options are as follows:
-d Display the object section.
-f Display the function section.
-h Dump the CTF header.
-l Display the label section.
-s Display the string table.
-t Display the type section.
EXIT STATUS
The ctfdump utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
elf(5)
HISTORY
The ctfdump utility first appeared in OpenBSD 6.2.
AUTHORS
Martin Pieuchot <
[email protected]>
FreeBSD 14.1-RELEASE-p8 October 17, 2017 FreeBSD 14.1-RELEASE-p8