ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com.

For more information about the manual page format, see the manual page for manpages(5).



PAGESTUFF(1)                                                                                    PAGESTUFF(1)



NAME
       pagestuff - Mach-O file page analysis tool

SYNOPSIS
       pagestuff file [-a] [-p] [pagenumber...]

DESCRIPTION
       pagestuff  displays  information about the specified logical pages of a file conforming to the Mach-O
       executable format.  For each specified page of code, symbols  (function  and  static  data  structure
       names) are displayed.  If no pages are specified, symbols for all pages in the __TEXT, __text section
       are displayed.

       The options to pagestuff(1) are:

       -a     Displays all pages.  All other arguments are ignored.

       -p     Print a list of the sections of the specified Mach-O file,  with  offsets  and  lengths.   All
              other arguments are ignored.  Note that the size(1) tool given arguments "-m -l -x" displays a
              much more concise listing.

SEE ALSO
       Mach-O(5), size(1)



Apple Computer, Inc.                           January 3, 2001                                  PAGESTUFF(1)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.