Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h93 elf_abi = ABI_N64; in FUNC()
95 elf_abi = ABI_N32; in FUNC()
97 elf_abi = ABI_O32; in FUNC()
110 if (!(vdso_symbols[i].abis & elf_abi)) in FUNC()
Dgenvdso.c71 static unsigned int elf_abi; variable