Searched refs:SHN_HIPROC (Results 1 – 19 of 19) sorted by relevance
78 else if (section >= SHN_LOPROC && section <= SHN_HIPROC) in ebl_section_name()
298 #define SHN_HIPROC 0xff1f macro
161 pub const SHN_HIPROC: u32 = 65311; constant
292 ENUM_TO_CSTR(SHN_HIPROC); in sectionIndexToCString()
654 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator
655 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator
805 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator
247 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
828 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator
225 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
618 SYMBOL_HIPROC = ELF::SHN_HIPROC,
261 #define SHN_HIPROC 0xff1f macro
309 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro
418 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro
563 ECase(SHN_HIPROC); in enumeration()
589 ECase(SHN_HIPROC); in enumeration()
1261 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()3996 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
2745 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()