Next Page > Hide TOC

Introduction to Mac OS X ABI Function Call Guide

This document describes the function-calling conventions used in the Mac OS X ABI on the architectures on which Mac OS X can run. Specifically, 32-bit PowerPC, 64-bit PowerPC, and IA-32.

Contents:

Organization of This Document
See Also


The information in this document is based on Mac OS X v10.4 and later, and Xcode Tools 2.2 and later.

This document is intended for developers interested in the calling conventions used in the Mac OS X ABI on each of the supported architectures. This information is especially useful to developers of development tools.

Organization of This Document

This document contains the following articles:

Each of these articles describes the data types that can be used to manipulate the arguments and results of function calls, how routines pass arguments to the functions they call, and how functions pass results to their callers. They also list the registers available in each architecture and whether their value is preserved after a function call.

See Also

The following documents contain information related to function calls in Mac OS X.



Next Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)


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.