Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctfdump(1) [freebsd man page]

CTFDUMP(1)						    BSD General Commands Manual 						CTFDUMP(1)

NAME
ctfdump -- dump the SUNW_ctf section of an ELF file 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 ctfdump 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. BSD
July 7, 2010 BSD

Check Out this Related Man Page

CTFMERGE(1)						    BSD General Commands Manual 					       CTFMERGE(1)

NAME
ctfmerge -- merge several CTF data sections into one SYNOPSIS
ctfmerge [-fgstv] -l label -L labelenv -o outfile file ... ctfmerge [-fgstv] -l label -L labelenv -o outfile -d uniqfile [-g] [-D uniqlabel] file ... ctfmerge [-fgstv] -l label -L labelenv -o outfile -w withfile file ... ctfmerge [-g] -c srcfile destfile DESCRIPTION
The ctfmerge utility merges several CTF data sections from several files into one output file, unifying common data. The following options are available: -f Match global symbols to global CTF data. -g Don't delete the original debugging sections. -s Use the .dynsym ELF section instead of the .symtab ELF section. -t Make sure that all object files have a CTF section. -v Enable verbose mode. -l label Sets the label as label. -L labelenv Instructs ctfmerge to read the label from the environment variable labelenv. -o outfile Use outfile to store the merged CTF data. -d uniqfile Uniquify against uniqfile. -d uniqlabel Uniquify against label uniqlabel -w withfile Additive merge with withfile. -c srcfile destfile Copy CTF data from srcfile into destfile. EXIT STATUS
The ctfmerge utility exits 0 on success, and >0 if an error occurs. SEE ALSO
ctfconvert(1), ctfdump(1) HISTORY
The ctfmerge utility first appeared in FreeBSD 7.0. AUTHORS
The CTF utilities came from OpenSolaris. BSD
July 7, 2010 BSD
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Using Sed to duplicate a section of a file....

hello all, I have a file like this: section 1 blah1 blah2 section 2 blah1 blah2 section 3 blah1 blah2 and I want to use sed to duplicate section 2, like this: section 1 blah1 blah2 section 2 blah1 blah2 section 2 blah1 (2 Replies)
Discussion started by: nick26
2 Replies

2. Solaris

opensolrias : login incorrect in intalation?

Well I use OpenSolaris about 6 months until all traquilo ai ... OpenSolaris is a partitioned HD but only have OpenSolaris. the other partition is empty. Oh for some reason the personal I would WINDOWS installing xp then did the normal installation of windows and made a NTFS partition on that HD... (2 Replies)
Discussion started by: Hyagosallet
2 Replies

3. Solaris

How do you feel about the OpenSolaris spinoffs?

Every once in a while, I take a peek at OpenIndiana, Nexenta and Illumos hoping to see the spirit of OpenSolaris rise and fly. But I'm not real impressed with the level of activity. What do you think? Is there still forward progress? Is there a large reservoir of loyal Solaris users that... (1 Reply)
Discussion started by: KenJackson
1 Replies