Searched refs:SHT_LOUSER (Results 1 – 7 of 7) sorted by relevance
516 #define SHT_LOUSER 0x80000000 /* reserved range for application */ macro
1155 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
768 if (SHT_LOUSER <= t && t <= SHT_HIUSER && !(flags & SHF_ALLOC)) in isKnownSpecificSectionType()
1263 _ELF_DEFINE_SHT(SHT_LOUSER, 0x80000000UL, \
818 else if (stype >= SHT_LOUSER) in section_type()820 stype - SHT_LOUSER); in section_type()
3437 CASE_AND_STREAM(s, SHT_LOUSER, kStrWidth); in DumpELFSectionHeader_sh_type()
4055 else if (Type >= SHT_LOUSER && Type <= SHT_HIUSER) in getSectionTypeOffsetString()4056 return "LOUSER+0x" + utohexstr(Type - SHT_LOUSER); in getSectionTypeOffsetString()