Searched refs:SHT_LOPROC (Results 1 – 7 of 7) sorted by relevance
113 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)114 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
351 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro2357 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */2358 #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */2359 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */2674 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */2675 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
279 #define SHT_LOPROC 0x70000000 macro
608 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
332 ECase(SHT_LOPROC) in enumeration()
1739 CASE_AND_STREAM(s, SHT_LOPROC , kStrWidth); in DumpELFSectionHeader_sh_type()
362 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro