Searched refs:SHN_HIOS (Results 1 – 17 of 17) sorted by relevance
75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
294 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
656 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
657 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
807 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
250 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
830 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
620 SYMBOL_HIOS = ELF::SHN_HIOS,
263 #define SHN_HIOS 0xff3f macro
311 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro
420 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro
565 ECase(SHN_HIOS); in enumeration()
591 ECase(SHN_HIOS); in enumeration()
1263 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()4000 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
2749 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()