Searched refs:SHN_LOPROC (Results 1 – 9 of 9) sorted by relevance
182 #define SHN_LOPROC 0xff00 /* First processor-specific. */ macro
261 #define SHN_LOPROC 0xff00 /* reserved range for processor */ macro
654 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
804 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
225 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
356 #define SHN_LOPROC 0xff00 macro
562 ECase(SHN_LOPROC); in enumeration()