Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h462 #define SHT_MIPS_LIBLIST 0x70000000 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1197 _ELF_DEFINE_SHT(SHT_MIPS_LIBLIST, 0x70000000UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c742 case SHT_MIPS_LIBLIST: return "MIPS_LIBLIST"; in section_type()