Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c45 #ifndef SHT_MIPS_ABIFLAGS
46 # define SHT_MIPS_ABIFLAGS 0x7000002a macro
Dgenvdso.h59 shdr->sh_type = swap_uint32(SHT_MIPS_ABIFLAGS); in FUNC()