svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
ctfdump(1)
ctfdump(1) User Commands ctfdump(1)
NAME
ctfdump - dumps CTF content
SYNOPSIS
ctfdump [-dfhlsSt] [-u ctffile] file...
DESCRIPTION
The ctfdump utility symbolically dumps the contents of the CTF (Compact
C Type Format) data from the specified file(s). The options allow spe‐
cific portions of the file to be displayed.
Archive files, produced by ar(1), can also be inspected with ctfdump.
In this case, each object within the archive is processed using the op‐
tions supplied.
In addition to native Solaris CTF, the ctfdump utility is also able to
dump the GNU CTF produced by the -gctf option to the gcc compilers.
GNU CTF is a different variant that is not directly compatible with the
native CTF used on Oracle Solaris. However, ctfdump can be used to in‐
spect their contents, and the Solaris CTF implementation is able to
translate them to native CTF as part of the merge process. See ctf(7).
OPTIONS
The following options are supported:
-d Display CTF data definitions.
-f Display CTF function definitions.
-h Display contents of CTF header.
-l Display CTF label definitions.
-s Display CTF string table.
-S Display CTF statistics.
-t Display CTF type definitions.
-u ctffile Copy the uncompressed CTF data to the file given by ctf‐
file.
OPERANDS
The following operands are supported.
file The file for which the CTF data symbolically displayed.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
> 0 An error occurred.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitydeveloper/base-developer-utilities _ Inter‐
face StabilityCommitted
HISTORY
The CTF utilities, including ctfdump, have been used in the construc‐
tion of Solaris since Sun Solaris 9. They were added as system utili‐
ties in Oracle Solaris 11.4.75.
Support for dumping GNU CTF from relocatable objects created by the gcc
compilers was added in the Oracle Solaris 11.4.84 release.
SEE ALSO
ar(1), ctfconvert(1), ctfmerge(1), ctf(7)
Oracle Solaris 11.4 8 April 2025 ctfdump(1)