strchr.S (498495dba268b20e8eadd7fe93c140c68b6cc9d2) strchr.S (f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/strchr.S
4 * Contributed by Richard Henderson (rth@tamu.edu)
5 *
6 * Return the address of a given character within a null-terminated
7 * string, or null if it is not found.
8 */
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/strchr.S
4 * Contributed by Richard Henderson (rth@tamu.edu)
5 *
6 * Return the address of a given character within a null-terminated
7 * string, or null if it is not found.
8 */
9#include <asm/export.h>
9#include <linux/export.h>
10#include <asm/regdef.h>
11
12 .set noreorder
13 .set noat
14
15 .align 3
16 .globl strchr
17 .ent strchr

--- 55 unchanged lines hidden ---
10#include <asm/regdef.h>
11
12 .set noreorder
13 .set noat
14
15 .align 3
16 .globl strchr
17 .ent strchr

--- 55 unchanged lines hidden ---