tail head cat sleep
QR code linking to this page

Manual Pages  — CTFDUMP

NAME

ctfdump – dump the SUNW_ctf section of an ELF file

CONTENTS

SYNOPSIS


ctfdump [-dfhlsSt] -u file file

DESCRIPTION

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:
-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 STATUS

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

SEE ALSO

ctfconvert(1), ctfmerge(1)

HISTORY

The ctfdump utility first appeared in FreeBSD 7.0 .

AUTHORS

The CTF utilities came from OpenSolaris.

CTFDUMP (1) July 7, 2010

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems.
— Jamie Zawinski