Query: ctfdump
OS: freebsd
Section: 1
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CTFDUMP(1) BSD General Commands Manual CTFDUMP(1)NAMEctfdump -- dump the SUNW_ctf section of an ELF fileSYNOPSISctfdump [-dfhlsSt] -u file fileDESCRIPTIONThe 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: -d Show the data object section. -f Show the function section. -h Show the header. -l Show the label section. -s Show the string table. -S Show statistics. -t Show the type section. -u ufile Write the uncompressed CTF data to a raw CTF file called ufile.EXIT STATUSThe ctfdump utility exits 0 on success, and >0 if an error occurs.SEE ALSOctfconvert(1), ctfmerge(1)HISTORYThe ctfdump utility first appeared in FreeBSD 7.0.AUTHORSThe CTF utilities came from OpenSolaris.BSDJuly 7, 2010 BSD