Retired Document
Important:
This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
Index
| A number represents a single reference to a topic. |
| A number with a "+" sign represents a longer discussion of a topic. |
|
Symbols A C D E F G H I M N O P R S T U W
| Symbols |
|
__bss section
1
2
3
|
|
__common section
1
2
3
|
|
__const section
1
2
3
|
|
__cstring section
1
|
|
__data section
1
2
|
|
__DATA segment
1
|
|
__dyld section
1
|
|
__la_symbol_ptr section
1
|
|
__nl_symbol_ptr section
1
|
|
__picsymbol_stub section
1
|
|
__text section
1
2
|
|
__TEXT segment
1
|
|
__TEXT segment
1
|
| A |
|
ANSI C
1
|
|
arrays, making constant
1
|
|
assembly language, reordering code
1
|
| C |
|
C++
|
| |
exception handling
1
|
| |
uninitialized static data and
1
|
|
code profiling
|
| |
with gprof
1
|
|
cold routines
1
|
|
compiler optimizations
1+
|
|
constant data
1
|
|
copy-on-write
1
|
| D |
|
dead code stripping
1
|
|
declaring data const
1
|
|
default order files
1
|
|
duplicate symbols
1
|
|
dynamic linker (dyld)
1
|
| E |
|
exception handling overhead
1
|
| F |
|
frameworks
|
| |
building
1
|
|
functions
|
| |
inline
1
|
| |
reordering
1
|
| I |
|
implementation files
1
|
|
inline functions
1
|
| M |
|
Mach-O
|
| |
executables
1
|
| |
object files
1
|
|
memory
|
| |
freeing
1
|
| |
usage
1
|
| O |
|
order files
|
| |
and literal sections
1
|
| |
using
1
|
| P |
|
pagestuff tool
1
2
|
|
paging
1
|
|
Project Builder
1
|
|
pseudo symbols
1
|
| R |
|
read-only segments
1
|
|
read/write data
1
|
| S |
|
scatter loading
1
|
|
sections
|
| |
__bss
1
2
3
|
| |
__common
1
2
3
|
| |
__const
1
2
|
| |
__cstring
1
|
| |
__data
1
|
| |
__dyld
1
|
| |
__la_symbol_ptr
1
|
| |
__nl_symbol_ptr
1
|
| |
__picsymbol_stub
1
|
| |
__text
1
|
|
.section_start symbol
1
|
|
-sectorder option
1
|
|
size tool
1
|
|
static data
1+
|
|
symbols
|
| |
.section_start
1
|
| |
duplicate
1
|
| |
exporting
1
|
| |
identifying
1
|
| |
in runtime libraries
1
|
| |
removing
1
|
| T |
|
tentative-definition symbols
1
|
|
tools
|
| |
gprof
1
2
|
| |
pagestuff
1
2
|
| W |
|
warm routines
1
|
|
working set
1
|