Searched refs:SHN_LOPROC (Results 1 – 7 of 7) sorted by relevance
84 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)85 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC);
293 #define SHN_LOPROC 0xff00 macro
282 ENUM_TO_CSTR(SHN_LOPROC); in sectionIndexToCString()
572 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
144 } else if (SectionIndex >= SHN_LOPROC && SectionIndex <= SHN_HIPROC) { in getSectionNameIndex()
304 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro
332 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro