2 * The .init section contains one symbol, _init, which is the entry
3 * of a function and hence needs to be aligned in accordance with
4 * the NativeClient conventions.
7 .p2align NACLENTRYALIGN
13 * The code that follows will be appended by the linker, and will not
14 * be aligned individually, so we need to align it.
16 .p2align NACLENTRYALIGN
19 * The .fini section contains one symbol, _fini, which is the entry
20 * of a function and hence needs to be aligned in accordance with
21 * the NativeClient conventions.
24 .p2align NACLENTRYALIGN
30 * The code that follows will be appended by the linker, and will not
31 * be aligned individually, so we need to align it.
33 .p2align NACLENTRYALIGN
36 * This section contains the simple rpc method descriptors.
38 .section .nacl_rpc_methods, "aw", @progbits
40 .global __kNaClSrpcHandlers