Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c41 #ifndef SHT_MIPS_ABIFLAGS
42 # define SHT_MIPS_ABIFLAGS 0x7000002a macro
H A Dgenvdso.h50 shdr->sh_type = swap_uint32(SHT_MIPS_ABIFLAGS); in FUNC()