Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectiontypename.c61 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW)
/external/elfutils/libelf/
Delf_getdata.c41 : (Sh_Type >= SHT_GNU_LIBLIST && Sh_Type <= SHT_HISUNW \
55 } shtype_map[EV_NUM - 1][ELFCLASSNUM - 1][TYPEIDX (SHT_HISUNW) + 1] =
Delf.h340 #define SHT_HISUNW 0x6fffffff /* Sun-specific high bound. */ macro