Searched refs:SHT_LOPROC (Results 1 – 7 of 7) sorted by relevance
473 #define SHT_LOPROC 0x70000000 /* reserved range for processor */472 #define SHT_LOPROC global() macro
1193 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
721 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) { in section_type()780 stype - SHT_LOPROC); in section_type()4508 (re->ehdr.e_machine != EM_ARM || s->type != SHT_LOPROC + 3)) in dump_attributes()4570 s->type == SHT_LOPROC + 3) in dump_attributes()
1185 _ELF_DEFINE_SHT(SHT_LOPROC, 0x70000000UL, \
738 return SHT_LOPROC <= t && t <= SHT_HIPROC; in isKnownSpecificSectionType()
3421 CASE_AND_STREAM(s, SHT_LOPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
4118 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC) in getSectionTypeOffsetString()4119 return "LOPROC+0x" + utohexstr(Type - SHT_LOPROC); in getSectionTypeOffsetString()