DOKK / manpages / debian 10 / ctfutils / ctfdump.1.en
CTFDUMP(1) General Commands Manual CTFDUMP(1)

ctfdumpdump the SUNW_ctf section of an ELF file

ctfdump [-dfhlsSt] -u file file

The ctfdump utility dumps the contents of the CTF data section (SUNW_ctf) present in an ELF binary file. This section was previously created with ctfconvert(1) or ctfmerge(1).

The following options are available:

Show the data object section.
Show the function section.
Show the header.
Show the label section.
Show the string table.
Show statistics.
Show the type section.
ufile
Write the uncompressed CTF data to a raw CTF file called ufile.

The ctfdump utility exits 0 on success, and >0 if an error occurs.

ctfconvert(1), ctfmerge(1)

The ctfdump utility first appeared in FreeBSD 7.0.

The CTF utilities came from OpenSolaris.

July 7, 2010 Debian