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 jump26_f1 19 .p2align 2 20 .type jump26_f1,@function 21jump26_f1: 22 b jump26_label 23.Lfunc_end0: 24 .size jump26_f1, .Lfunc_end0-jump26_f1 25 26 27.globl jump26_label 28.p2align 2 29jump26_label: 30 mov w0, #1 31 ret 32 33 34 .globl jump26_test 35 .p2align 2 36 .type jump26_test,@function 37jump26_test: 38 stp x29, x30, [sp, #-16]! 39 mov x29, sp 40 bl jump26_f1 41 ldp x29, x30, [sp], #16 42 ret 43.Lfunc_end1: 44 .size jump26_test, .Lfunc_end1-jump26_test 45 46 47 .section ".note.GNU-stack","",@progbits 48 .addrsig 49 .addrsig_sym jump26_f1 50