Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h508 #define SHT_MIPS_XLATE_OLD 0x70000028 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1249 _ELF_DEFINE_SHT(SHT_MIPS_XLATE_OLD, 0x70000028UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c768 case SHT_MIPS_XLATE_OLD: return "MIPS_XLATE_OLD"; in section_type()