Home
last modified time | relevance | path

Searched refs:ABI_O32 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/mips/vdso/
Dgenvdso.c46 ABI_O32 = (1 << 0), enumerator
50 ABI_ALL = ABI_O32 | ABI_N32 | ABI_N64,
59 { "__vdso_sigreturn", "off_sigreturn", ABI_O32 },
Dgenvdso.h93 elf_abi = ABI_O32; in FUNC()