Home
last modified time | relevance | path

Searched refs:SHT_MIPS_DELTADECL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h479 #define SHT_MIPS_DELTADECL 0x7000001f macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1231 _ELF_DEFINE_SHT(SHT_MIPS_DELTADECL, 0x7000001FUL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c759 case SHT_MIPS_DELTADECL: return "MIPS_DELTADECL"; in section_type()