blob: 576474a63fca21dbe5f0772d36ee86490780da4a [file] [log] [blame]
Imre Kis2d137c52019-07-09 18:30:58 +02001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
Jimmy Brisson1dfa2712024-07-22 12:55:43 -05006 .section .text.__wrap_${function_name}
7 .globl __wrap_${function_name}
8__wrap_${function_name}:
Imre Kis2d137c52019-07-09 18:30:58 +02009 ldr x17, =jmptbl
10 mov x16, #${function_offset}
11 ldr x17, [x17]
12 add x16, x16, x17
13 br x16