thesis/linux-6.8.1/arch/riscv/kernel/vdso/gen_vdso_offsets.sh
2025-03-19 13:44:23 +01:00

5 lines
148 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
LC_ALL=C
sed -n -e 's/^[0]\+\(0[0-9a-fA-F]*\) . \(__vdso_[a-zA-Z0-9_]*\)$/\#define \2_offset\t0x\1/p'