Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h89 elf_abi = ABI_N64; in FUNC()
91 elf_abi = ABI_N32; in FUNC()
93 elf_abi = ABI_O32; in FUNC()
106 if (!(vdso_symbols[i].abis & elf_abi)) in FUNC()
H A Dgenvdso.c67 static unsigned int elf_abi; variable