• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2* Copyright (C) 2025 Huawei Device Co., Ltd.
3* Licensed under the Apache License, Version 2.0 (the "License");
4* you may not use this file except in compliance with the License.
5* You may obtain a copy of the License at
6*
7*	http://www.apache.org/licenses/LICENSE-2.0
8*
9* Unless required by applicable law or agreed to in writing, software
10* distributed under the License is distributed on an "AS IS" BASIS,
11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12* See the License for the specific language governing permissions and
13* limitations under the License.
14*/
15	.text
16
17
18	.globl	call26_f1
19	.p2align	2
20	.type	call26_f1,@function
21call26_f1:
22	mov	w0, #1
23	ret
24.Lfunc_end0:
25	.size	call26_f1, .Lfunc_end0-call26_f1
26
27
28	.globl	call26_test
29	.p2align	2
30	.type	call26_test,@function
31call26_test:
32	stp	x29, x30, [sp, #-16]!
33	mov	x29, sp
34	bl	call26_f1
35	ldp	x29, x30, [sp], #16
36	ret
37.Lfunc_end1:
38	.size	call26_test, .Lfunc_end1-call26_test
39
40
41	.section	".note.GNU-stack","",@progbits
42	.addrsig
43	.addrsig_sym call26_f1
44