Lines Matching refs:ABI
36 This document describes the Apple ABI implementation specification of Blocks.
38 …ABI is found in Mac OS X 10.6, and shall be referred to as 10.6.ABI. As of 2010/3/16, the followin…
40 Since the Apple ABI references symbols from other elements of the system, any attempt to use this A…
44 The ABI of blocks consist of their layout and the runtime functions required by the compiler.
58 // required ABI.2010.3.16
64 The following flags bits are in use thusly for a possible ABI.2010.3.16:
74 In 10.6.ABI the (1<<29) was usually set and was always ignored by the runtime - it had been a trans…
77 case (0<<29): 10.6.ABI, no signature field available
78 case (1<<29): 10.6.ABI, no signature field available
79 case (2<<29): ABI.2010.3.16, regular calling convention, presence of signature field
80 case (3<<29): ABI.2010.3.16, stret calling convention, presence of signature field,
85 The following discussions are presented as 10.6.ABI otherwise.