1 /* -*- tab-width: 4; indent-tabs-mode: nil; fill-column: 100 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 .globl privateSnippetExecutor
24 .cfi_personality 0x80,DW.ref.__gxx_personality_v0
26 .type privateSnippetExecutor, @function
27 privateSnippetExecutor
:
29 .cfi_def_cfa_offset 160
33 // Clear return value space
36 // Save the float point registers
45 // Save the general purpose registers
68 // Call cpp_vtable_call
72 // Perform return value
96 .globl __gxx_personality_v0
97 .section .gcc_except_table,"aw",@progbits
102 .uleb128 .LLSDATT0-.LLSDATTD0
105 .uleb128 .LLSDACSE0-.LLSDACSB0
107 .uleb128 .LEHB0-.LFB0
108 .uleb128 .LEHE0-.LEHB0
120 .size privateSnippetExecutor, .-privateSnippetExecutor
123 .section .data.DW.ref._ZTIi,"awG",@progbits,DW.ref._ZTIi,comdat
125 .type DW.ref._ZTIi, @object
126 .size DW.ref._ZTIi, 8
129 .hidden DW.ref.__gxx_personality_v0
130 .weak DW.ref.__gxx_personality_v0
131 .section .data.DW.ref.__gxx_personality_v0,"awG",@progbits,DW.ref.__gxx_personality_v0,comdat
133 .type DW.ref.__gxx_personality_v0, @object
134 .size DW.ref.__gxx_personality_v0, 8
135 DW.ref.__gxx_personality_v0
:
136 .dword __gxx_personality_v0
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */