Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgenvdso.c45 #ifndef SHT_MIPS_ABIFLAGS
46 # define SHT_MIPS_ABIFLAGS 0x7000002a macro
Dgenvdso.h54 shdr->sh_type = swap_uint32(SHT_MIPS_ABIFLAGS); in FUNC()