Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h503 #define SHT_MIPS_PIXIE 0x70000023 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1239 _ELF_DEFINE_SHT(SHT_MIPS_PIXIE, 0x70000023UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c763 case SHT_MIPS_PIXIE: return "MIPS_PIXIE"; in section_type()