Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.c46 ABI_O32 = (1 << 0), enumerator
50 ABI_ALL = ABI_O32 | ABI_N32 | ABI_N64,
59 { "__vdso_sigreturn", "off_sigreturn", ABI_O32 },
H A Dgenvdso.h93 elf_abi = ABI_O32; in FUNC()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.c46 ABI_O32 = (1 << 0), enumerator
50 ABI_ALL = ABI_O32 | ABI_N32 | ABI_N64,
59 { "__vdso_sigreturn", "off_sigreturn", ABI_O32 },
H A Dgenvdso.h93 elf_abi = ABI_O32; in FUNC()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.c46 ABI_O32 = (1 << 0), enumerator
50 ABI_ALL = ABI_O32 | ABI_N32 | ABI_N64,
59 { "__vdso_sigreturn", "off_sigreturn", ABI_O32 },
H A Dgenvdso.h93 elf_abi = ABI_O32; in FUNC()
/dports/math/cln/cln-1.3.6/src/base/digitseq/
H A Dcl_asm_mips_.cc19 #define ABI_O32 1 macro